You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/06/11 20:12:42 UTC

[jira] [Created] (HBASE-6198) Sometimes we synchronize on RegionState instance updating it, most of the time we don't. Fix

stack created HBASE-6198:
----------------------------

             Summary: Sometimes we synchronize on RegionState instance updating it, most of the time we don't.  Fix
                 Key: HBASE-6198
                 URL: https://issues.apache.org/jira/browse/HBASE-6198
             Project: HBase
          Issue Type: Bug
            Reporter: stack


We synchronize on region state doing single assign of a region but then over in the handleRegion zk callback, we don't synchronize on the regionstate instance.  Makes no sense.  Either get rid of all synchronization or put synchronization everywhere (we should probably do the latter since it makes things easier to reason about, and these states are already complicated.  There could be a performance issue though).

--
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