Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.2
-
None
-
None
Description
org.apache.hadoop.mapred.MiniMRCluster$TaskTrackerRunner contains (at least) 2 instance variables that are read by another thread: isInitialized and isDead. These should be declared volatile or proper synchronization should be used for their access.