You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/01/04 05:54:12 UTC

[jira] [Resolved] (HBASE-7461) Cleanup stoppable/abortable/closeable in the online snapshot cases.

     [ https://issues.apache.org/jira/browse/HBASE-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hsieh resolved HBASE-7461.
-----------------------------------

    Resolution: Duplicate

Subsumed by HBASE-6864
                
> Cleanup stoppable/abortable/closeable in the online snapshot cases.
> -------------------------------------------------------------------
>
>                 Key: HBASE-7461
>                 URL: https://issues.apache.org/jira/browse/HBASE-7461
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>
> The RegionServer managers implement abort, close, and stop -- although the interfaces are similar and all their meanings are muddled.
> The conventions in hbase are gernally: 
> abort == passed into managers so they can trigger a suicide kill (for rs or hmaster)
> stop == *managers for on the way to cleanup
> cancel == operations that don't kill long running processes but bail out of the current attempt.
> close == files or network resources.
> This patch brings the naming into line.

--
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