You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/04/11 12:03:25 UTC

[jira] [Closed] (IGNITE-2725) Assertion in org.apache.ignite.internal.processors.hadoop.jobtracker.HadoopJobTracker.CancelJobProcessor#update fails if a job failed with an exception

     [ https://issues.apache.org/jira/browse/IGNITE-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-2725.
-----------------------------------

> 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
>          Components: hadoop
>    Affects Versions: 1.6
>            Reporter: Ivan Veselovsky
>            Assignee: Vladimir Ozerov
>             Fix For: 1.6
>
>
> 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)