Possible NPE in CapacityScheduler's MemoryMatcher
-------------------------------------------------
Key: HADOOP-5641
URL: https://issues.apache.org/jira/browse/HADOOP-5641
Project: Hadoop Core
Issue Type: Bug
Reporter: Vinod K V
MemoryMatches does a job lookup based on a JobID in its
getMemReservedForTasks(TaskTrackerStatus taskTracker) method. By this time, job
might have been removed from JT's memory resulting in a NPE.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.