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

Mike Drob commented on HBASE-20808:
-----------------------------------

Shutting down the service is supposed to stop all the chores as well, no?

{noformat}
  /**
   * shutdown the service. Any chores that are scheduled for execution will be 
cancelled. Any chores
   * in the middle of execution will be interrupted and shutdown. This service 
will be unusable
   * after this method has been called (i.e. future scheduling attempts will 
fail).
   */
{noformat}

> Wrong shutdown order between Chores and ChoreService
> ----------------------------------------------------
>
>                 Key: HBASE-20808
>                 URL: https://issues.apache.org/jira/browse/HBASE-20808
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Reid Chan
>            Priority: Minor
>
> When stopping master, {{ChoreService}}, which serves all the chores, is 
> stopped before canceling all running chores.
> It should cancel all running chores, then shutdown {{ChoreService}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to