You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/12/09 23:28:07 UTC

[jira] [Created] (YARN-1484) storedException and removedException in RMStateStore#handleStoreEvent are always null

Zhijie Shen created YARN-1484:
---------------------------------

             Summary: storedException and removedException in RMStateStore#handleStoreEvent are always null
                 Key: YARN-1484
                 URL: https://issues.apache.org/jira/browse/YARN-1484
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Zhijie Shen
            Assignee: Jian He


There seems to be a bug in RMStateStore#handleStoreEvent. Please check the following two local vars.
{code}
Exception storedException = null;
{code}
{code}
Exception removedException = null;
{code}
It seems that they are never set to be non-null. Therefore, notifyDoneXXXX() always get the null exception instance.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)