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

ClientReauthOperation should be retryable #13790

Commits on Sep 18, 2018

  1. ClientReauthOperation should be retryable

    ClientReauthOperation is used with `invokeOnStableClusterSerial`
    This requires for the operation should be safely retyable.
    
    Before ClientReauthOperation was always throwing exception because
    it was expecting to the new correlation id is always greater.
    
    We are allowing it to be equal or greater than to last set
    correlation id to make the operation safely retryable.
    
    fixes https://github.com/hazelcast/hazelcast/issues/13758
    
    (cherry picked from commit 6e2e1dc)
    sancar committed Sep 18, 2018
    Copy the full SHA
    a133fc9 View commit details
    Browse the repository at this point in the history