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

Handle error on query for HD path correctly #18081

Merged
merged 1 commit into from Jan 28, 2021

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Jan 21, 2021

HDQuery was not handling thrown Errors correctly.
The Error is not catched and therefore not delegated back to the
caller. A caller in that case hangs indefinetely.

forward port of https://github.com/hazelcast/hazelcast-enterprise/pull/3908 and #18082

fixes #18052

HDQuery was not handling thrown Errors correctly.
The Error is not catched and therefore not delegated back to the
caller. A caller in that case hangs indefinetely.

fixes hazelcast#18052
@sancar sancar merged commit 10072bb into hazelcast:master Jan 28, 2021
@sancar sancar deleted the fix/queryOnError/master branch January 28, 2021 10:32
@vbekiaris
Copy link
Collaborator

Do we also need a fix PR for 4.0.z?

@sancar
Copy link
Contributor Author

sancar commented Jan 28, 2021

Just prepared a fix for it here #18110

@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants