Skip to content
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

Merged
merged 4 commits into from
Mar 24, 2022

Commits on Mar 23, 2022

  1. [Bug] Fix InboundDecoder version compat check (#2570)

    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 <nknize@apache.org>
    (cherry picked from commit 511ac88)
    nknize committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4035a68 View commit details
    Browse the repository at this point in the history
  2. Fix bug fix version filtering (needed for 2.x only)

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7a712d5 View commit details
    Browse the repository at this point in the history
  3. Add warnings handler for deprecated master terminology

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b4b190e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix ExceptionIT for version specific warnings

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    4239622 View commit details
    Browse the repository at this point in the history