-
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.
Browse files
Browse the repository at this point in the history
76516: server: improve visibility of ranges that fail to move during decommissioning r=knz,aayushshah15 a=cameronnunez Fixes #76249. Informs #74158. This patch makes it so that when a decommission is slow or stalls, the descriptions of some "stuck" replicas are printed to the operator. Release note (cli change): if decommissioning is slow or stalls, decommissioning replicas are printed to the operator. Release justification: low risk, high benefit changes to existing functionality 78433: ci: report failure to generate code as a test failure to teamcity r=rail a=rickystewart Closes #78368. Release note: None 78495: cluster: Revert "cluster: use WaitConditionNextExit" r=otan a=rickystewart This reverts commit 6543749. That commit was an (unsuccessful) attempt to fix #58955, and in the presence of this change the `acceptance` tests are very likely to hang forever under Ubuntu 20.04 due to a race condition where the container exits before we begin waiting on it. Release note: None 78525: dev: add `ui clean` subcommand, update `Makefile` to point to `dev` r=rail a=rickystewart Add `ui clean` and `ui clean --all`; the former does approximately the same as `make ui-clean`, the latter does approximately the same as `make ui-maintainer-clean`. Release note: None 78561: sqlsmith: fix deadlock during generation r=rharding6373 a=rharding6373 Fixes a deadlock when sqlsmith generates join expressions. Fixes: #78555 Release note: None 78602: roachpb,kvserver: tweak ReplicaUnavailableError rendering r=erikgrinaker a=tbg Release justification: minor UX tweakto an error message Release note: None 78617: roachtest: wait for 3x replication in disk-full r=tbg a=nicktrav Improve on #78456 by waiting fro 3x replication, rather than 2x. Release note: None. 78629: ci: make sure we're streaming test output when `stress`ing via Bazel r=mari-crl a=rickystewart Without this, you don't see the helpful "ran X iterations so far, Y failures" messages from `stress`. Release note: None Co-authored-by: Cameron Nunez <[email protected]> Co-authored-by: Ricky Stewart <[email protected]> Co-authored-by: rharding6373 <[email protected]> Co-authored-by: Tobias Grieger <[email protected]> Co-authored-by: Nick Travers <[email protected]>
- Loading branch information
Showing
22 changed files
with
358 additions
and
31 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.