-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] [Bug] Fix InboundDecoder version compat check #2574
Conversation
Change InboundDecoder ensureVersionCompatibility check for onOrAfter V_2_0_0 instead of explicit version check. This way bug fix and minor versions will correctly handshake in a mixed 1.x Cluster. Signed-off-by: Nicholas Walter Knize <[email protected]> (cherry picked from commit 511ac88)
ae700c1
to
4035a68
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.
Added DCO sign-off and LGTM
❌ Gradle Check failure ae700c19e52737c4a22b13a7d46b2a52dce6e023 |
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
non-reproducible Integ Test Failure:
Looks like a test fluke? Keeping an eye out for recurring and will need triaging if this becomes pathological |
start gradle check |
another #2311 failure; refiring |
start gradle check |
Now a #1703 failure! |
start gradle check |
Backport 511ac88 from #2570