[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847786#action_12847786
 ] 

Hudson commented on MAPREDUCE-1497:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #264 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/264/])
    . Suppress spurious findbugs warning about IndexCache
synchronization. Contributed by Amareshwari Sriramadasu


> Suppress warning on inconsistent TaskTracker.indexCache synchronization
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1497
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1497
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-1497.txt
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to