-
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.
86815: insights: report high contention time r=matthewtodd a=matthewtodd This change aims to align with the logic for selecting transactions with "high contention time"[^1] in the transaction insights UI, but in practice, it's a best effort: Because of the sampling nature of tracing and because a transaction with "high" contention may be composed of many statements, each with only a little contention, there's not a guarantee that a highly contented transaction will be composed of highly contended statements. But, on balance, the best effort is still valuable, and we will call out actionable statements with high contention. [^1]: Note that the protobuf enum name change is safe here as we haven't yet deployed this code. Release justification: Category 2: Bug fixes and low-risk updates to new functionality. Release note: None 86846: storage: additional `TestMVCCHistories` cases for scan/get r=jbowens a=erikgrinaker Touches #86655. Release justification: non-production code changes Release note: None 86862: acceptance: fix spurious docker test failure `unexpected extra event &{0 die} (after [])` r=rickystewart,renatolabs a=knz Needed for #86049. The root cause of the issue is that the docker container for the DB nodes were crashing, because the test framework **was incorrectly deleting the data/log directory before shutting down the nodes**. However, this root cause was mostly hidden because of another mistake: the assertion that checks the health of the nodes was not doing its job properly in most cases. So it believed the nodes were healthy when in fact they were not. This PR fixes both problems. Informs #58955. Informs #58951. Informs #58218. Release justification: non-production code changes 86865: ttl: remove unused const expiredRowsPerRange r=knz a=ecwall fixes #86838 Release justification: Linter fix. Release note: None Co-authored-by: Matthew Todd <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Evan Wall <[email protected]>
- Loading branch information
Showing
10 changed files
with
733 additions
and
35 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
Oops, something went wrong.