You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <build@couchbase.com>
Reviewed-by: Dave Rigby <daver@couchbase.com>
0 commit comments