Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-41321: 3/4 removeDeletedDoc redundant collection item count adjust…
…ment During rollback's removeDeletedDoc function we read lock the manifest and decrement the collection's item count, yet at the end of rollback we throw away the manifest and create a new one using the rollback point, making the decrement (and read-locking) redundant. Change-Id: I1803d516c66841fd92ccefc843a62db9e17b2fe4 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/137408 Tested-by: Build Bot <[email protected]> Reviewed-by: Dave Rigby <[email protected]>
- Loading branch information