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

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Sep 18, 2018

ClientReauthOperation is used with invokeOnStableClusterSerial
This requires for the operation to 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 sancar added this to the 3.10.6 milestone Sep 18, 2018
@sancar sancar self-assigned this Sep 18, 2018
@sancar sancar force-pushed the fix/trySetLastAuthenticationCorrelationId/maint3.x branch from 6fafe52 to 6a02f4c Compare September 18, 2018 12:43
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 sancar force-pushed the fix/trySetLastAuthenticationCorrelationId/maint3.x branch from 6a02f4c to a133fc9 Compare September 18, 2018 12:57
@sancar sancar merged commit 54addac into hazelcast:maintenance-3.x Sep 19, 2018
@sancar sancar deleted the fix/trySetLastAuthenticationCorrelationId/maint3.x branch September 19, 2018 13:46
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants