Todd Lipcon created MAPREDUCE-4359:
--------------------------------------

             Summary: Potential deadlock in Counters
                 Key: MAPREDUCE-4359
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4359
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 1.0.3
            Reporter: Todd Lipcon


jcarder identified this deadlock in branch-1 (though it may also be present in 
trunk):
- Counters.size() is synchronized and locks Counters before Group
- Counters.Group.getCounterForName() is synchronized and calls through to 
Counters.size()

This creates a potential cycle which could cause a deadlock (though probably 
quite rare in practice)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to