> On Sep 8, 2014, at 8:19 AM, Jeremy Kelley <[email protected]> wrote: > > I've searched the docs and I can't seem to find a way to get a count > of unsync'd documents.
There isn't really a notion of "unsynced", because you can set up any number of replications on a database, which could push to different servers. (Yes, this does happen, mostly in P2P systems.) So any given document might currently be synced to one server but not another. Also, a filtered replication won't push all documents, so it's unclear whether the documents it skips should be counted as synced or not. In the future we might figure out a clear way to provide some sort of information about which docs have been synced to which servers. For now, all you can tell is that when a push replication stops (or goes idle) without errors, everything's been synced. —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/5C70FEE7-8E6C-4CAC-B964-2874FE81999C%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
