-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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(clustering/sync): avoiding long delay caused by race condition #13896
base: master
Are you sure you want to change the base?
Conversation
Could we write a test case to verify this fix? |
Not easily. We cannot be sure that the race conditions happen when we test. We could observe whether it relieves the flaky tests. |
6ac9004
to
c9f0ab7
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.
I think it should work, refactoring or cleaning may be later.
c9f0ab7
to
87f7eec
Compare
Please merge this after release, as this is not a blocker |
Summary
It will retry until the version matches
Checklist
CHANGELOG/unreleased/kong
or addingskip-changelog
label on PR if unnecessary. README.mdIssue reference
Fix KAG-5857 KAG-5876