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

Throw ClientNotActiveException instead of generic HazelcastException #13524

Merged
merged 1 commit into from Sep 25, 2018

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Aug 2, 2018

alive check in ClientConnectionManager is moved to a more centralized
method and type of the exception is fixed.

@sancar sancar added this to the 3.11 milestone Aug 2, 2018
@sancar sancar self-assigned this Aug 2, 2018
@sancar sancar requested a review from ihsandemir August 2, 2018 14:00
@ihsandemir
Copy link
Contributor

backport PR: #13525

@pveentjer
Copy link
Contributor

This is a breaking change since HazelcastClientNotActiveException extends IllegalStateException; not HazelcastException.

@sancar
Copy link
Contributor Author

sancar commented Aug 8, 2018

For anyone comes later. The discussion about whether this is a breaking change or not is done in backport branch extensively.
#13525

alive check in ClientConnectionManager is moved to a more centralized
method and type of the exception is fixed.
@sancar sancar merged commit 3dc9761 into hazelcast:master Sep 25, 2018
@sancar sancar deleted the fix/exceptionType/master branch September 25, 2018 12:08
@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
Source: Internal PR or issue was opened by an employee Team: Client Type: Defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants