-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: can't use cockroach quit
once quorum is lost
#1252
Labels
Comments
jseldess
pushed a commit
that referenced
this issue
Apr 6, 2017
These changes attempt to keep the Start a Cluster tutorial quick and easy while introducing new users to what makes CockroachDB unique, not just ease of deployment, but also automated replication and survival. I've also stripped out some details that I think are not important to the majority of users getting up and running for the first time, e.g., how to customize `start` flags and the fact that you can use third-party monitoring. Finally, I've update the Stop the Cluster step to account for the fact that `cockroach quit` can't be used to stop nodes once quorum is lost. Fixes #1191 Fixes #1252
jseldess
pushed a commit
that referenced
this issue
Apr 6, 2017
These changes attempt to keep the Start a Cluster tutorial quick and easy while introducing new users to what makes CockroachDB unique, not just ease of deployment, but also automated replication and survival. I've also stripped out some details that I think are not important to the majority of users getting up and running for the first time, e.g., how to customize `start` flags and the fact that you can use third-party monitoring. Finally, I've update the Stop the Cluster step to account for the fact that `cockroach quit` can't be used to stop nodes once quorum is lost. Fixes #1191 Fixes #1252
jseldess
pushed a commit
that referenced
this issue
Apr 7, 2017
These changes attempt to keep the Start a Cluster tutorial quick and easy while introducing new users to what makes CockroachDB unique, not just ease of deployment, but also automated replication and survival. I've also stripped out some details that I think are not important to the majority of users getting up and running for the first time, e.g., how to customize `start` flags and the fact that you can use third-party monitoring. Finally, I've update the Stop the Cluster step to account for the fact that `cockroach quit` can't be used to stop nodes once quorum is lost. Fixes #1191 Fixes #1252
jseldess
pushed a commit
that referenced
this issue
Apr 7, 2017
These changes attempt to keep the Start a Cluster tutorial quick and easy while introducing new users to what makes CockroachDB unique, not just ease of deployment, but also automated replication and survival. I've also stripped out some details that I think are not important to the majority of users getting up and running for the first time, e.g., how to customize `start` flags and the fact that you can use third-party monitoring. Finally, I've update the Stop the Cluster step to account for the fact that `cockroach quit` can't be used to stop nodes once quorum is lost. Fixes #1191 Fixes #1252
jseldess
pushed a commit
that referenced
this issue
Apr 7, 2017
These changes attempt to keep the Start a Cluster tutorial quick and easy while introducing new users to what makes CockroachDB unique, not just ease of deployment, but also automated replication and survival. I've also stripped out some details that I think are not important to the majority of users getting up and running for the first time, e.g., how to customize `start` flags and the fact that you can use third-party monitoring. Finally, I've update the Stop the Cluster step to account for the fact that `cockroach quit` can't be used to stop nodes once quorum is lost. Fixes #1191 Fixes #1252
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See cockroachdb/cockroach#14620 for details.
Need to update getting started docs. Also need to call this out in
cockroach quit
docs, though this shouldn't be as much an issue for production clusters, which will do rolling upgrades.The text was updated successfully, but these errors were encountered: