[ 
https://issues.apache.org/jira/browse/HBASE-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220170#comment-13220170
 ] 

Zhihong Yu commented on HBASE-4991:
-----------------------------------

We should consider extensibility of our design.
bq. Master is just asking the regionservers to close regions
Since we're going to permit the deletion of multiple regions, the above 
operation may take some time. Especially when cluster is under load.

bq. Master can create regions and do the moving of data from old regions into 
new
One optimization we're doing w.r.t. distributed log splitting is to move 
certain step from master to region server. The above may not scale when 
multiple regions are requested to be deleted.
                
> Provide capability to delete named region
> -----------------------------------------
>
>                 Key: HBASE-4991
>                 URL: https://issues.apache.org/jira/browse/HBASE-4991
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Mubarak Seyed
>             Fix For: 0.94.0
>
>         Attachments: HBASE-4991.trunk.v1.patch, HBASE-4991.trunk.v2.patch
>
>
> See discussion titled 'Able to control routing to Solr shards or not' on 
> lily-discuss
> User may want to quickly dispose of out of date records by deleting specific 
> regions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to