-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-41857: Use given ops in openDbForRead
In CouchKVStore::openDbForRead we ignore the ops given and don't pass them to openSpecificDb. This means we don't track stats at compaction correctly. Correct this by using the supplied ops. Change-Id: Ia77e10bc1a7b6c4a479d7c935561590a4713601c Reviewed-on: http://review.couchbase.org/c/kv_engine/+/137574 Reviewed-by: Jim Walker <[email protected]> Tested-by: Build Bot <[email protected]>
- Loading branch information
1 parent
7d59b44
commit 5cf5a80
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters