Skip to:
results in index compaction purging failing to remove index references after the document has been purged by the server.
Independent of the changes to , the KeyNotFound check at https://github.com/couchbase/sync_gateway/blob/master/db/database.go#L1187 should be fixed to address this issue specifically for compaction.
Build sync_gateway-3.0.4-3 contains sync_gateway commit 64c6451 with commit message:: Backport : Fixed NotFound handling for tombstone compaction (#5670)
results in index compaction purging failing to remove index references after the document has been purged by the server.
Independent of the changes to , the KeyNotFound check at https://github.com/couchbase/sync_gateway/blob/master/db/database.go#L1187 should be fixed to address this issue specifically for compaction.