Skip to content
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

Fix default value for northd probe interval #200

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

igsilya
Copy link
Contributor

@igsilya igsilya commented Aug 5, 2024

Southbound DB cluster tolerates 16 seconds of leader being unavailable. It doesn't make sense for northd to be more sensitive. And also, at 500+ node scale it can take more than 5 seconds to send a full database snapshot leading to constant re-connections and 100% CPU usage on Sb DB server preparing the same snapshot over and over.

CI updated to Ubuntu 24.04, because 23.10 is EoL and images for it are no longer available on GCP. However, CI will still fail until ovn-org/ovn-fake-multinode#90 is merged.

Southbound DB cluster tolerates 16 seconds of leader being unavailable.
It doesn't make sense for northd to be more sensitive.  And also, at
500+ node scale it can take more than 5 seconds to send a full database.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Ubuntu 23.10 reached EoL and no longer available on GCP.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Copy link
Collaborator

@dceara dceara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, waiting for ovn-fake-multinode change before merging this.

@dceara
Copy link
Collaborator

dceara commented Aug 5, 2024

CI passed, merging, thanks!

@dceara dceara merged commit 4ae0b40 into ovn-org:main Aug 5, 2024
7 checks passed
@igsilya igsilya deleted the northd-probe branch August 5, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants