Ivan Veselovsky created IGNITE-2725: ---------------------------------------
Summary: Assertion in org.apache.ignite.internal.processors.hadoop.jobtracker.HadoopJobTracker.CancelJobProcessor#update fails if a job failed with an exception Key: IGNITE-2725 URL: https://issues.apache.org/jira/browse/IGNITE-2725 Project: Ignite Issue Type: Bug Reporter: Ivan Veselovsky Assignee: Ivan Veselovsky Assertion in org.apache.ignite.internal.processors.hadoop.jobtracker.HadoopJobTracker.CancelJobProcessor#update : 1584 failed if a Hadoop job failed with an exception. The problem is that assertion expects the phase to be PHASE_CANCELLING , while actual phase is PHASE_COMPLETE. {code} assert meta.phase() == PHASE_CANCELLING || err != null: "Invalid phase for cancel: " + meta; {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)