forked from cockroachdb/cockroach
-
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.
kvserver: add merged
SSTTimestampToRequestTimestamp
param for `AddS…
…STable` This merges the `AddSSTable` parameters `WriteAtRequestTimestamp` and `SSTTimestamp` into a new `SSTTimestampToRequestTimestamp` parameter. This parameter specifies the MVCC timestamp of all existing timestamps in the SST, which will be rewritten to the request timestamp if they differ (e.g. if the request gets pushed). Both of the replaced parameters are new in 22.1, so this does not require a version gate and allows changing the type of one of the existing Protobuf fields. Release note: None
- Loading branch information
1 parent
7746828
commit ef6a82b
Showing
13 changed files
with
334 additions
and
316 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
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.