-
Notifications
You must be signed in to change notification settings - Fork 471
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
Explain node liveness #4475
Comments
this needs to go wherever we store frequent problems for people to debug |
@awoods187, can you please provide more details about the specific problem or resources to look at? |
Node liveness is a frequent problem users encounter. See: Node liveness is often a symptom of other problems. We should have a page that people can search for when they get node liveness errors that says that they are symptoms, here are some common causes, and what information they should collect and share with us for support when needed. |
Related to (but really a subset of) #6319 . |
Fixes #4475. Summary of changes: - Add new 'Node liveness' section to the 'Troubleshoot cluster setup' page, including: - What it is - How the system checks for it - Causes of common problems with node liveness (overloaded disk / busted network connectivity)
Fixes #4475. Summary of changes: - Add new 'Node liveness' section to the 'Troubleshoot cluster setup' page, including: - What it is - Common causes of problems with it (overloaded disk / busted network connectivity) - Several places to check for it in the Admin UI
Fixes #4475. Summary of changes: - Add new 'Node liveness' section to the 'Troubleshoot cluster setup' page, including: - What it is - Common causes of problems with it (overloaded disk / busted network connectivity) - Several places to check for it in the Admin UI, including expected values for a healthy cluster
Fixes #4475. Summary of changes (applies to 19.2 and 20.1 docs): - Add new 'Node liveness' section to the 'Troubleshoot cluster setup' page, including: - What node liveness is - Common causes of problems (overloaded disk / busted network connectivity) - Several places to check for it in the Admin UI, including expected values for a healthy cluster
Fixes #4475. Summary of changes (applies to 19.2 and 20.1 docs): - Add new 'Node liveness' section to the 'Troubleshoot cluster setup' page, including: - What node liveness is - Common causes of problems (overloaded disk / busted network connectivity) - Several places to check for it in the Admin UI, including expected values for a healthy cluster
Explain the causes of node liveness, how to diagnose that its the problem, and what to do as a result.
The text was updated successfully, but these errors were encountered: