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 2018/03/02 01:51:00 UTC

[jira] [Updated] (HBASE-19126) [AMv2] RegionStates/RegionStateNode needs cleanup

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

stack updated HBASE-19126:
--------------------------
    Fix Version/s:     (was: 2.0.0)

> [AMv2] RegionStates/RegionStateNode needs cleanup
> -------------------------------------------------
>
>                 Key: HBASE-19126
>                 URL: https://issues.apache.org/jira/browse/HBASE-19126
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Yi Liang
>            Priority: Major
>
>   // Mutable/Immutable? Changes have to be synchronized or not?
>   // Data members are volatile which seems to say multi-threaded access is fine.
>   // In the below we do check and set but the check state could change before
>   // we do the set because no synchronization....which seems dodgy. Clear up
>   // understanding here... how many threads accessing? Do locks make it so one
>   // thread at a time working on a single Region's RegionStateNode? Lets presume
>   // so for now. Odd is that elsewhere in this RegionStates, we synchronize on
>   // the RegionStateNode instance
> Copied from TODO in RegionState.java
> Open this jira to track some cleanups for RegionStates/RegionStateNode



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)