Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Findbugs warns that TaskTracker.indexCache is incorrectly synchronized.
It is not accessed synchronously from MapOutputServlet.doGet, TaskCleanupThread and TaskTracker.killOverflowingTasks() method. Other callers access it synchronously.