[
https://issues.apache.org/jira/browse/HBASE-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14065229#comment-14065229
]
stack commented on HBASE-11525:
-------------------------------
Does RegionStates have to know about this +import
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos? i.e. about zk?
You want to know table disabled/enabled and you are asking ZK. Could you go
via a Proxy/Interface? We want to remove this enabling/disabling from zk
anyways? No biggie if not. Could do in separate issue.
Very nice tests Jimmy.
+1
> Region server holding in region states is out of sync with meta
> ---------------------------------------------------------------
>
> Key: HBASE-11525
> URL: https://issues.apache.org/jira/browse/HBASE-11525
> Project: HBase
> Issue Type: Bug
> Components: Region Assignment
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Attachments: hbase-11525.1.patch, hbase-11525.2.patch,
> hbase-11525.patch
>
>
> In RegionStates, we remove a region from the region list a region server
> hosts once the region is offline. However, in meta, we do this only when the
> region is assigned to a new region server. We should keep them in sync so
> that we can claim they are consistent.
--
This message was sent by Atlassian JIRA
(v6.2#6252)