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

Mubarak Seyed commented on HBASE-4991:
--------------------------------------

bq. So, you can only do one region at a time? Why would it be hard doing 
multiple given you are tracking? Or is it that it makes the tracking yet more 
complicated?
As long as start/end keys are in region(s) boundary, we can do multiple 
regions, each region's encoded name will be added under 
_<zookeeper.znode.parent>/delete-region_ as one znode. 

For example, we have regions R1, R2, R3 and R4, what i meant was if startKey is 
startKey of R1, spans across R2, R3 and endKey is some value other than endKey 
of R4 then we will error out an entire task. I believe 4th point in my previous 
comment at 23/Feb/12 02:43 needs to be removed as 3rd point covers well. Sorry 
for the confusion.
                
> 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