forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
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
…db#79334 79296: kvserver: log when acquiring lease as a draining node r=aayushshah15 a=aayushshah15 Generally, draining nodes are not allowed to acquire leases. Additionally, replicas that are not Raft leaders are not allowed to acquire leases. This means that draining nodes have to be permitted to acquire leases for replicas that they are the Raft leaders for (otherwise, we risk a deadlock since no replicas will be allowed to acquire the lease). This commit adds a verbose log event when a draining store acquires a lease because it is the Raft leader. Release note: none 79300: roachtest: fix drain test setup r=ZhouXing19 a=rafiss fixes cockroachdb#79287 fixes cockroachdb#79285 Due to a recent change, these SET CLUSTER SETTING statements can no longer all be run in one batch statement -- since that causes them all to run in the same implicit transaction. Release note: None 79325: changefeedccl: remove the default values from SHOW CHANGEFEED JOB output r=sherman-grewal a=sherman-grewal changefeedccl: remove the default values from SHOW CHANGEFEED JOB output Resolves cockroachdb#78420 Currently, when a user alters a changefeed, we include the default options in the SHOW CHANGEFEED JOB output. In this PR we prevent the default values from being displayed. Release note (enterprise change): Remove the default values from the SHOW CHANGEFEED JOB output Jira issue: CRDB-14694 79334: dev: have `doctor` recommend running `bazel clean --expunge` once r=mari-crl a=rickystewart It is sometimes necessary to `bazel clean --expunge` once you've set up your machine, but we don't want to suggest this more than once. So we update the code to make sure that we only print that message if the doctor status file is newly created. Closes cockroachdb#74746. Release note: None Jira issue: CRDB-14713 Co-authored-by: Aayush Shah <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Sherman Grewal <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
6 changed files
with
89 additions
and
46 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