Skip to:
This is broken in 3.0.5. This was found by where a customer has bad data in their dcp checkpoint and it'll repeatedlyshow:
https://github.com/couchbase/sync_gateway/blob/master/db/attachment_compaction.go#L559 is a bug and this is present in 3.0.5
The recommended fix given to was to delete the dcp checkpoint docs found from:
where {{%q will become uuid}}
where {{%q
uuid
This is broken in 3.0.5. This was found by where a customer has bad data in their dcp checkpoint and it'll repeatedlyshow:
https://github.com/couchbase/sync_gateway/blob/master/db/attachment_compaction.go#L559 is a bug and this is present in 3.0.5
The recommended fix given to was to delete the dcp checkpoint docs found from:
where {{%q
will becomeuuid
}}