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 2013/08/01 01:57:48 UTC

[jira] [Commented] (HADOOP-9787) ShutdownHelper util to shutdown threads and threadpools

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

Hudson commented on HADOOP-9787:
--------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #4192 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/4192/])
HADOOP-9787. ShutdownHelper util to shutdown threads and threadpools. (Karthik Kambatla via Sandy Ryza) (sandy: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1509051)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ShutdownThreadsHelper.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestShutdownThreadsHelper.java

                
> ShutdownHelper util to shutdown threads and threadpools
> -------------------------------------------------------
>
>                 Key: HADOOP-9787
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9787
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 2.0.4-alpha
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>         Attachments: hadoop-9787-1.patch, hadoop-9787-2.patch
>
>
> Several classes spawn threads and threadpools and shut them down on close() and serviceStop() etc. A helper class helps standardize the wait time after a thread/threadpool is interrupted/shutdown for it to actually terminate.
> One example of this is MAPREDUCE-5428.

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