Bump OVN northd probe interval to 20 seconds#2904
Bump OVN northd probe interval to 20 seconds#2904pperiyasamy wants to merge 1 commit intoopenshift:masterfrom
Conversation
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. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
WalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
|
/retest |
|
seems plausible i guess |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, pperiyasamy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@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 reconnects and failures. So bumping it to 20s to improve startup stability.