Roman Puchkovskiy created IGNITE-17955:
------------------------------------------
Summary: Reduce memory consumption during OrderingFuture completion
Key: IGNITE-17955
URL: https://issues.apache.org/jira/browse/IGNITE-17955
Project: Ignite
Issue Type: Improvement
Components: networking
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-beta2
If at the moment of completion an OrderingFuture has a lot of
{{thenComposeToCompletable()}} dependents, then, on exceptional completion, a
{{CompletionException}} will be created per dependent which might be wasteful.
One exception is enough, it might be cached.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)