Vadim Pakhnushev created IGNITE-24199: -----------------------------------------
Summary: Compute job failed over to another node is not cancelled via cancel handle Key: IGNITE-24199 URL: https://issues.apache.org/jira/browse/IGNITE-24199 Project: Ignite Issue Type: Bug Components: compute Reporter: Vadim Pakhnushev Assignee: Vadim Pakhnushev If a remote compute job is failed over to another node and it is cancelled via the cancel handle, the {{CancelHandle.cancel()}} hangs indefinitely waiting for the original job to cancel. {{ComputeComponentImpl.executeRemotely}} adds the original job's {{resultAsync}} as a dependency to the {{CancelHandle}}. When the job is failed over, new job is also added to this handle. {{ItWorkerShutdownTest#cancelRemoteExecutionOnRestartedJob}} -- This message was sent by Atlassian Jira (v8.20.10#820010)