-
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.
33676: rpc: adopt logging in circuitbreaker r=ajwerner a=ajwerner Adopts changes to the circuitbreaker package to enable logging. Fixes #33657 Release note: None 33687: opt: workaround for flaky lookup_join test r=RaduBerinde a=RaduBerinde As of #33571 we've started including information about the spans in distsql plans. This testcase has an unexpected set of spans, with one TableReader having 3 spans and another having 1 (they should all have 2). It sometimes fails with the correct plan. I noticed that by adding a `SHOW EXPERIMENTAL_RANGES` check, we now reliably get the correct plan. I am making this change to the test to prevent others from hitting the test failure. This does not fix the underlying issue which needs to be investigated. Informs #33686. Release note: None Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
10 changed files
with
63 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Submodule vendor
updated
2 files
+16 −0 | github.com/cockroachdb/circuitbreaker/breakerevent_string.go | |
+16 −5 | github.com/cockroachdb/circuitbreaker/circuitbreaker.go |