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

Ted Yu commented on HBASE-7340:
-------------------------------

RegionPlan is currently marked as @InterfaceAudience.Private
I will change the annotation to:
{code}
@InterfaceAudience.Public
@InterfaceStability.Evolving
{code}
                
> Allow user-specified actions following region movement
> ------------------------------------------------------
>
>                 Key: HBASE-7340
>                 URL: https://issues.apache.org/jira/browse/HBASE-7340
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>
> Sometimes user performs compaction after a region is moved (by balancer). We 
> should provide 'hook' which lets user specify what follow-on actions to take 
> after region movement.
> See discussion on user mailing list under the thread 'How to know it's time 
> for a major compaction?' for background information: 
> http://search-hadoop.com/m/BDx4S1jMjF92&subj=How+to+know+it+s+time+for+a+major+compaction+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to