Roman Puchkovskiy created IGNITE-17881:
------------------------------------------
Summary: OrderingFuture should notify dependents asynchronously
Key: IGNITE-17881
URL: https://issues.apache.org/jira/browse/IGNITE-17881
Project: Ignite
Issue Type: Bug
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha6
Currently, there are the following problems:
# Callbacks, when invoked, will see the future as incompleted if they directly
call its getNow() or get() methods
# If callbacks invoke long or blocking operations, this impedes completion
--
This message was sent by Atlassian Jira
(v8.20.10#820010)