[
https://issues.apache.org/jira/browse/HBASE-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066924#comment-13066924
]
Ted Yu commented on HBASE-4083:
-------------------------------
Shall we create an enum and use that as return type for:
{code}
+ public boolean openRegion(final HRegionInfo region) throws IOException;
{code}
so that future addition for the above method has room for manipulation without
changing RPC again.
When deleting the node, I think we should take care of the following case of
KeeperException and not abort server:
{code}
} catch (KeeperException.NoNodeException nne) {
{code}
> If Enable table is not completed and is partial, then scanning of the table
> is not working
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-4083
> URL: https://issues.apache.org/jira/browse/HBASE-4083
> Project: HBase
> Issue Type: Bug
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Attachments: HBASE-4083-1.patch
>
>
> Consider the following scenario
> Start the Master, Backup master and RegionServer.
> Create a table which in turn creates a region.
> Disable the table.
> Enable the table again.
> Kill the Active master exactly at the point before the actual region
> assignment is started.
> Restart or switch master.
> Scan the table.
> NotServingRegionExcepiton is thrown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira