For the second part of the issue you are seeing with the log warnings: 08:39:38.824109 WARNING: changeCache: Giving up, accepting #5697162 even though #5697161 is missing -- db.(*changeCache)._addPendingLogs() at change_cache.go:320
This has been resolved on the Sync Gateway git repo master branch via issue #525 https://github.com/couchbase/sync_gateway The issue with the deleted revisions is not clear. >From the logs, these appear to be valid removals. The first few log entries are associated with channel: "removed":["137bdf30cfe2c88af1bcb7976c82667c_project"] Their removal is related to the change that took place at sequence : 295132 That does not appear later in the changes feed so I can't tell what it is. Are you able to manually get the changes feed from the ADMIN port starting at sequence 295132 The following curl should work: curl -k -X GET https://localhost:4985/kitchen-sync/_changes?since=295131 Please then paste the output for sequence 295132 here. Andy -- 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/7e216140-22ae-4191-806d-3b151d9fdf59%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
