-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change adds an IngestAndExcise operation that does the below additional things alongside a regular ingestion: 1) It ingests some SharedSSTMeta files, which are provider-backed sstables that could be owned by other nodes. 2) It excises existing sstables within the provided excise span (within which all sstables from 1 must fit) by creating new virtual sstables that exclude keys from the excise span. While this change can be implemented independently of #2455, some of the end-to-end tests in future changes will rely on both that and this. Fixes #2520.
- Loading branch information
Showing
16 changed files
with
1,318 additions
and
193 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
Oops, something went wrong.