forked from cockroachdb/pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metamorphic: allow snapshots in multi-instance, remove
dbObjID
This change deprecates and removes `generator.db` in the metamorphic package as it's duplicated by the `dbs` slice that was added to support multi-instance mode. All uses of `dbObjID` outside of tests are also updated to support multi-instance mode, and rely on deriving db IDs or having them passed-in instead of assuming one. Snapshot operations are also updated to track the underlying DB IDs, and are now re-enabled in multi-instance mode albeit with some limitations that will be addressed in cockroachdb#2885.
- Loading branch information
Showing
11 changed files
with
101 additions
and
100 deletions.
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
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
Oops, something went wrong.