You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Who is this for and what problem do they have today?
When changing election_timeout_ms there's no indication to the user that the cluster needs to be restarted. This is technically true, but in practice, this property gets changed when an existing cluster is overloaded, and there's an expectation from admins that it just works. We should make it less surprising when changing this doesn't affect the number of leader step downs.
What are the success criteria?
Either
Make the property restart_required::true
Reset the jitters when the property is changed (though there may be some gotchas here, e.g. if replicas on different nodes see different properties)
Who is this for and what problem do they have today?
When changing
election_timeout_ms
there's no indication to the user that the cluster needs to be restarted. This is technically true, but in practice, this property gets changed when an existing cluster is overloaded, and there's an expectation from admins that it just works. We should make it less surprising when changing this doesn't affect the number of leader step downs.What are the success criteria?
Either
Why is solving this problem impactful?
Improved operational experience
JIRA Link: CORE-1550
The text was updated successfully, but these errors were encountered: