ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

Fix default value for northd probe interval #200

Closed igsilya closed 1 month ago

igsilya commented 1 month ago

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 https://github.com/ovn-org/ovn-fake-multinode/pull/90 is merged.

dceara commented 1 month ago

CI passed, merging, thanks!