-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes Feed repeats all the changes when a change is made #621
Comments
I have the same bug using couchbase 3.0.1 |
Hi Martin, Can you provide a bit more detail on the exact sequence of actions you're taking, so that we can try to reproduce and get to the bottom of the reset that seems to be happening on your changes feed? Thanks, |
Hi Adam,
I tested that using couchbase 3.0.1 and 2.2 community edition. Thanks, |
Thanks - I'll try to reproduce tomorrow. A few other questions in the meantime:
Adam |
Hi Adam,
Best, On Mon, Feb 2, 2015 at 4:57 AM, Adam Fraser [email protected]
|
Hi Adam, Thanks, |
Hi, I tried in non-admin port and I have the same behavior. Thanks, |
Hi Martin, I haven't been able to reproduce yet - I'm only seeing the new (expected) entries coming through on the feed. I suspect I'm not replicating exactly what's going on in your environment from a channel management perspective. Can you share your sync function (or at least an excerpt that's doing the channel/access management)? The full sync gateway log might also be helpful. Thanks, |
@marpal Unless you have any updates, we will close this issue in 7 days. |
Closed due to inactivity. Please reopen is it's still an issue. |
I have the same problem on Sync Gateway 1.1.0-28 + Couchbase 3.0.2-1603 Enterprise Edition (build-1603) + CBL android 1.1.0 with PhoneGap plugin. @adamcfraser |
@atom992 Can you file a new issue for this, with details on how to reproduce? |
Hi,
I'm trying to implement a feature that performs an action when something appears in the changes feed of the sync_gateway. I'm using couchbase server 2.2 and the sync_gateway HEAD in master branch.
I'm requesting the changes feed by connecting to the admin port and using continuous mode.
The issue I'm seeing is that everytime I make a change instead of only sending on the stream the change I made, all the changes appear, repeating every time all the changes.
Below is a link to the log.
https://gist.github.com/marpal/5de2d9ff63463d1ca312
And a link to the discussion I had with Jens Afke on the forum.
https://groups.google.com/forum/#!topic/mobile-couchbase/WHwZfAP3NEc
Thanks,
Martin
The text was updated successfully, but these errors were encountered: