You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/09/08 18:28:46 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-6198.
--------------------------
    Resolution: Invalid

No longer pertinent. Resolving as invalid

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)