Chris Nauroth created HADOOP-9691:
-------------------------------------

             Summary: RPC clients can generate call ID using AtomicInteger 
instead of synchronizing on the Client instance.
                 Key: HADOOP-9691
                 URL: https://issues.apache.org/jira/browse/HADOOP-9691
             Project: Hadoop Common
          Issue Type: Improvement
          Components: ipc
    Affects Versions: 3.0.0, 2.1.0-beta
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Minor


As noted in discussion on HADOOP-9688, we can optimize generation of call ID in 
the RPC client code.  Currently, it synchronizes on the {{Client}} instance to 
coordinate access to a shared {{int}}.  We can switch this to {{AtomicInteger}} 
to avoid lock contention.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to