You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2010/04/16 20:16:25 UTC

[jira] Created: (HBASE-2459) Use finer-grain locking in HConnectionManager

Use finer-grain locking in HConnectionManager
---------------------------------------------

                 Key: HBASE-2459
                 URL: https://issues.apache.org/jira/browse/HBASE-2459
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: client
            Reporter: Jonathan Gray
            Priority: Critical
             Fix For: 0.20.5, 0.21.0


Currently we synchronize within HConnectionManager.locateRegionInMeta() when looking up the cached location (and querying meta if not cached).  We use the same lock for every user-space region.

We really only need per-region synchronization here.

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