-
Notifications
You must be signed in to change notification settings - Fork 16
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
Set default NB/SB election timer to 16s #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
TLDR Why was DB unavailable for a long time? |
rebasing now |
Note: This change will affect only new deployments. Signed-off-by: Martin Kalcok <[email protected]>
55ecd6b
to
7f7c4d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -10,3 +10,6 @@ export OVN_RUNDIR="${SNAP_COMMON}/run/ovn" | |||
export OVN_PKGDATADIR="${SNAP}/share/ovn" | |||
export OVN_SYSCONFDIR="${SNAP}/etc" | |||
export OVN_PKIDIR="${SNAP_COMMON}/data/pki" | |||
|
|||
# Set more lenient election timer for NB/SB clusters (16s) | |||
export ELECTION_TIMER=16000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: newline at end of file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦
@mkalcok can you let us know when this lands in latest/stable please? |
Note: This change will affect only new deployments.