Ted Yu created MAPREDUCE-5753: --------------------------------- Summary: finishedStatus is accessed without proper locking in RMContainerImpl#FinishedTransition#transition() Key: MAPREDUCE-5753 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5753 Project: Hadoop Map/Reduce Issue Type: Bug Reporter: Ted Yu
{code} container.finishedStatus = finishedEvent.getRemoteContainerStatus(); {code} The access should be guarded by obtaining readLock -- This message was sent by Atlassian JIRA (v6.1.5#6160)