-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73496: storage: add issue for sequence number errors on replaying `DelRange` r=AlexTalks a=AlexTalks Enhance the error message on sequence number errors when replaying a transactional batch with a link to the possible cause, #71236, stemming from an issue where a `DelRange` operation finds new keys to delete upon replay. This also changes the error from a generic error to an `AssertionFailed` error. Release note: None 73578: storage: remove leftover logic related to interleaved intents r=sumeerbhola a=nvanbenschoten This commit is a follow-up to #72536. It addresses a few of the remaining items left over from removing the bulk of the interleaved intent logic. Specifically, it removes: - the `PrecedingIntentState` type - the `PrecedingIntentState` parameter in `Writer.ClearIntent` - the `Writer.OverrideTxnDidNotUpdateMetaToFalse` method - the `txnDidNotUpdateMetaHelper` type The commit does not include any behavioral changes. 73591: ui: show per-node series for "Read Amplification" and "SSTables" graphs r=dhartunian a=nvanbenschoten This commit addresses a longstanding usability issue with the Storage dashboard. Previously, the dashboard would show the average read amplification and the average sstable count across the cluster. When looking at these metrics, we are specifically interested in the outliers, so this made little sense. As a result, a few of our runbooks (e.g. [RocksDB inverted LSM](https://cockroachlabs.atlassian.net/wiki/spaces/TS/pages/1157890147/RocksDB+inverted+LSM)) require operators to grab custom graphs with the "Per Node" option. This commit fixes this by splitting these graphs out to show per-node series. _Example:_ <img width="1132" alt="Screen Shot 2021-12-07 at 10 24 14 PM" src="https://user-images.githubusercontent.com/5438456/145142909-0babdd04-54a6-46d3-9d4e-002a2d375811.png"> Co-authored-by: Alex Sarkesian <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information
Showing
18 changed files
with
137 additions
and
317 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.