-
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.
33435: cli/start,server: clarify init vs join r=knz a=knz Fixes #33302. Regarding the behavior of `cockroach start --join` upon first start (before bootstrap). Prior to this patch: ``` * * INFO: initial startup completed, will now wait for `cockroach init` * or a join to a running cluster to start accepting clients. * Check the log file(s) for progress. * ``` The emphasis was incorrectly put on the waiting ("will now wait") and on init vs join. In practice, waiting is uncommon and a join is more frequent than init. After this patch: ``` * * INFO: initial startup completed. * Node will now attempt to join a running cluster, or wait for `cockroach init`. * Client connections will be accepted after this completes successfully. * Check the log file(s) for progress. * ``` Release note (cli change): The informational message printed upon `cockroach start --join` when a node is started the first time has been reworded, to emphasize that joining a running cluster is the preferred course of action. Co-authored-by: Raphael 'kena' Poss <[email protected]>
- Loading branch information
Showing
4 changed files
with
40 additions
and
11 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