-
Notifications
You must be signed in to change notification settings - Fork 468
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
Update docs on node draining #2436
Comments
@andreimatei, I think this is documented at a high-level under "how it works". Definitely interesting in making this more detailed, though. |
We could enhance that with an explanation of what happens to client connections and in-flight queries (some work being done on the distsql side of things: cockroachdb/cockroach#20450) |
Also involves documenting the new |
Re: Stop a Node
Our nodes do a couple of dances when they're being shut down so that impact on running queries, and on clients continuously sending queries, is minimized. The behavior and the timeouts involved should be documented. I think @asubiotto has become the expert.
The text was updated successfully, but these errors were encountered: