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

Adding test for handling error on query #18082

Merged
merged 1 commit into from Jan 25, 2021

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Jan 21, 2021

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

related to #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 indefinitely.
fixes hazelcast#18052
@hazelcast hazelcast deleted a comment Jan 21, 2021
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

3 participants