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)