Vadim Pakhnushev created IGNITE-25084: -----------------------------------------
Summary: Throw CancellationException instead of CompletionException when cancelling compute job Key: IGNITE-25084 URL: https://issues.apache.org/jira/browse/IGNITE-25084 Project: Ignite Issue Type: Bug Components: compute Reporter: Vadim Pakhnushev Assignee: Vadim Pakhnushev Canceling job in compute results in the future being completed with the {{CompletionException}} with {{ComputeException: IGN-COMPUTE-9}} as a cause. The resulting future should be cancelled instead, so that it completes with the {{CancellationException}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)