On Apr 19, 2014, at 5:29 PM, James Norman <[email protected]> wrote:

> And started the application in my device and an emulator.  From both devices 
> I can see activity on the server, reading:
> 00:20:42.455918 HTTP:  #533: GET 
> /sync_gateway/_changes?feed=longpoll&limit=50&heartbeat=300000

This indicates that a pull replicator is running on a client and listening for 
changes. So far so good.

> 00:20:44.463402 HTTP:  #534: POST /sync_gateway/_revs_diff
> 00:20:45.298603 HTTP:  #535: POST /sync_gateway/_bulk_docs

And this indicates that a push replicator on a client is sending local changes 
to the server. Even better.

> etc.  

What you should also be seeing in the gateway log are some GET requests with 
paths like "/sync_gateway/xxxx" where "xxxx" will probably be a UUID (long hex 
string). That will indicate that the puller is downloading new changes from the 
server. (You might also see POSTs to /sync_gateway/_bulk_get, but I don't think 
the Android implementation uses _bulk_get yet.)
If you upload the full logs to gist or pastebin or whatever, I can take a look.

Unfortunately I can't help much with the Android side, as I work on iOS. Traun 
or Andy will be of more use with that.

Oh also, what versions of the software are you running?

--Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/2773D565-5C30-446D-BABC-51862A432F2B%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to