[DNM] [release-4.20] Bump OVN northd probe interval to 20 seconds#2906
[DNM] [release-4.20] Bump OVN northd probe interval to 20 seconds#2906pperiyasamy wants to merge 2 commits intoopenshift:release-4.20from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pperiyasamy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Large OVN NB/SB databases can delay probe responses during initial sync. The 10s interval is not sufficient and can lead to repeated client reconnects and failures. Bump it to 30s to improve startup stability. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com> (cherry picked from commit 961f551)
This may stablize sbdb container while sbdb is under heavy load and not able to respond for ovsdb-server/sync-status command on time. Readiness probe failed: + . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE= ++ [[ -n '' ]] ++ northd_pidfile=/var/run/ovn/ovn-northd.pid ++ controller_pidfile=/var/run/ovn/ovn-controller.pid ++ controller_logfile=/var/log/ovn/acl-audit-log.log ++ vswitch_dbsock=/var/run/openvswitch/db.sock ++ nbdb_pidfile=/var/run/ovn/ovnnb_db.pid ++ nbdb_sock=/var/run/ovn/ovnnb_db.sock ++ nbdb_ctl=/var/run/ovn/ovnnb_db.ctl ++ sbdb_pidfile=/var/run/ovn/ovnsb_db.pid ++ sbdb_sock=/var/run/ovn/ovnsb_db.sock ++ sbdb_ctl=/var/run/ovn/ovnsb_db.ctl + ovndb-readiness-probe sb + local dbname=sb + [[ 1 -ne 1 ]] + local ctlfile + [[ sb = \n\b ]] + [[ sb = \s\b ]] + ctlfile=/var/run/ovn/ovnsb_db.ctl ++ /usr/bin/ovn-appctl -t /var/run/ovn/ovnsb_db.ctl --timeout=3 ovsdb-server/sync-status ++ grep 'state: active' ++ false + status= Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
dc3e066 to
b5e5bda
Compare
|
@pperiyasamy: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Large OVN NB/SB databases can delay probe responses during initial sync. The 10s interval is not sufficient and can lead to repeated client reconnects and failures. Bump it to 20s to improve startup stability.
(cherry picked from commit 961f551)