forked from cockroachdb/jepsen
-
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.
cockroachdb: no-longer rely on auto-init
When starting CockroachDB nodes, always include join flags. In order to actually initialize the cluster, rely on an explicit `cockroach init`. Previously any node started without explicit join flags was tasked with bootstrapping the cluster. This was deprecated behavior, and was removed in cockroachdb/cockroach#51245.
- Loading branch information
1 parent
d87abed
commit 42e70a1
Showing
2 changed files
with
38 additions
and
9 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