This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TimestampService Timestamps For Cassandra multiPut() and delete() (…
…#3224) * fresh timestamp supplier adapter * don't overwrite cass ts for multiPut, sweep sentinel, putWithTimestamps, and metadataTableDropper * dont' override timestamp for tombstones * only create column once when overwriting * cleanup * attempt to require timelock without a real compile dep * CMTPs * Updated plumbing * Make some tests use the nonlegacy timestamp provider * fix benchmarks * changelog * Default timestamp adapter seems super super fishy * PR comments, Part 1 * Edge case in FTSA * CR comments, Part 2 * CR comments part 3 * baseline * compile break * Add dev break to release notes * FreshTimestampSupplierAdapterTest * Timestamp Providers test * range tombstones * Add test for CKVSs * Mention range tombstones in release notes * CR comment cleanup part 4 * dbkvs * rename to ...ForTesting * legacy API, not legacyModeForTests API * remove datatypeconverter * Fix perf issue with deletion calling freshtimestamp a lot * rename tests and change tolerance to 1 * Add API documentation for CMTP * CVP should use primitive * Delete now-bad comments
- Loading branch information
1 parent
9137542
commit 8e208e0
Showing
45 changed files
with
944 additions
and
214 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
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
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.