[
https://issues.apache.org/jira/browse/HBASE-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974417#action_12974417
]
Ted Yu commented on HBASE-3385:
-------------------------------
This feature addresses the case described in HConnection.Java:
{code}
* A table that isTableEnabled == false and isTableDisabled == false
* is possible. This happens when a table has a lot of regions
* that must be processed.
{code}
> table.jsp should allow user to initiate reassignment of region(s) whose row
> in .META. doesn't have serverinfo
> -------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-3385
> URL: https://issues.apache.org/jira/browse/HBASE-3385
> Project: HBase
> Issue Type: Improvement
> Components: util
> Affects Versions: 0.89.20100924
> Reporter: Ted Yu
>
> table.jsp should allow user to initiate reassignment of region(s) whose row
> in .META. doesn't have serverinfo
> There should be two options for such request:
> 1. regions without serverinfo are assigned
> 2. all regions for the table are reassigned (round-robin)
> Option 2 is especially useful when table's regions don't have even
> distribution among region servers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.