2

Recently I've installed couchbase sync-gateway, and i'm having following issues from step one,

1) When doing an initial replication from couchbase to pouchdb through syncgateway, there are excess documents coming through. Eg: Having only 3 objects on couchbase bucket but syncgateway returns more than 3 documents.

2) Inconsistent data when using filters

There's no proper document/log why this is happening. Does anyone know why this is? And how to resolve them

Matthew Groves
  • 25,181
  • 9
  • 71
  • 121
EdwardKenway
  • 161
  • 1
  • 1
  • 9
  • 1
    regarding issue 1 - that is sync data generated by the sync-gateway. It is expected and not a problem. As for issue 2, how are you going about filtering? – E.E.33 Nov 06 '18 at 07:58

1 Answers1

0

For issue 1. It is expected behavior from syncgateway. Syncgateway has its own meta information on each documents inserted through syncgateway and some _sync:* documents for its own identification/use. you can ignore these documents. 2. What do you means by insertion of data by filter?

arihant rk
  • 101
  • 5