You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/04/07 11:20:00 UTC

[jira] [Commented] (HADOOP-15366) Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown

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

Hudson commented on HADOOP-15366:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13940 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/13940/])
HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure (msingh: rev 0b345b765370515d7222154ad5cae9b86f137a76)
* (edit) hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/concurrent/HadoopExecutors.java


> Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-15366
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15366
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Shashikant Banerjee
>            Assignee: Shashikant Banerjee
>            Priority: Minor
>             Fix For: 3.2.0
>
>         Attachments: HADOOP-15366.000.patch
>
>
> It is recommended to shut down an {{ExecutorService}} in two phases, first by calling {{shutdown}} to reject incoming tasks, and then calling {{shutdownNow}}, if necessary, to cancel any lingering tasks. This Jira aims to add a helper shutdown routine in Hadoop executor  to achieve the same.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org