You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2015/04/25 01:47:39 UTC

[jira] [Created] (TEZ-2369) Backport RootInputInitializerManager fix in TEZ-1951 to branch 0.5, 0.6

Siddharth Seth created TEZ-2369:
-----------------------------------

             Summary: Backport RootInputInitializerManager fix in TEZ-1951 to branch 0.5, 0.6
                 Key: TEZ-2369
                 URL: https://issues.apache.org/jira/browse/TEZ-2369
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Siddharth Seth
            Assignee: Siddharth Seth


{code}
-      Integer successfulAttempt = vertexSuccessfulAttemptMap.get(taskId);
+      Integer successfulAttempt = vertexSuccessfulAttemptMap.get(taskId.getId());
{code}

This could cause events to be sent multiple times.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)