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

Fixes AbstractInvocationFuture#thenApply #17520

Merged
merged 1 commit into from Sep 11, 2020

Conversation

vbekiaris
Copy link
Collaborator

When a user function is registered on a not-yet
complete future, the ApplyNode would not catch
an exception thrown from the user function. Now it
is caught and completes exceptionally the returned
CompletionStage.

1:1 backport of #17518, fixes #17515 on 4.0.z branch

When a user function is registered on a not-yet
complete future, the ApplyNode would not catch
an exception thrown from the user function. Now it
is caught and completes exceptionally the returned
CompletionStage.
@vbekiaris vbekiaris added this to the 4.0.3 milestone Sep 10, 2020
@vbekiaris vbekiaris self-assigned this Sep 10, 2020
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Sep 11, 2020
@mmedenjak
Copy link
Contributor

Merging as a clean backport of an approved PR. Thank you for the fix and the review, guys!

@mmedenjak mmedenjak merged commit f0b6d48 into hazelcast:4.0.z Sep 11, 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

3 participants