-
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.
39786: cli: Extending locality assignment for cockroach demo nodes r=rohany a=rohany This PR allows for setting multiple tiers of locality for cockroach demo nodes, as opposed to previous work allowing for only a single tier to be set for each node. Now, use a colon to separate the locality information for each demo node. For example, ``` --demo-locality=region=us-east1,az=1:region=us-east1,az=2:region=us-east1,az=3 ``` Fixes #39780. Release note (cli change): Extends the cockroach demo node locality setting to allow for multiple locality tiers per demo node. Co-authored-by: Rohan Yadav <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
18 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