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

Hudson commented on HDFS-3718:
------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #344 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/344/])
    svn merge -c 1373090 FIXES: HDFS-3718. Datanode won't shutdown because of 
runaway DataBlockScanner thread (Kihwal Lee via daryn) (Revision 1373098)

     Result = SUCCESS
daryn : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1373098
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java

                
> Datanode won't shutdown because of runaway DataBlockScanner thread
> ------------------------------------------------------------------
>
>                 Key: HDFS-3718
>                 URL: https://issues.apache.org/jira/browse/HDFS-3718
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: data-node
>    Affects Versions: 2.0.1-alpha
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>            Priority: Critical
>             Fix For: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>
>         Attachments: hdfs-3718.patch.txt
>
>
> Datanode sometimes does not shutdown because the block pool scanner thread 
> keeps running. It prints out "Starting a new period" every five seconds, even 
> after {{shutdown()}} is called.  Somehow the interrupt is missed.
> {{DataBlockScanner}} will also terminate if {{datanode.shouldRun}} is false, 
> but in {{DataNode#shutdown}}, {{DataBlockScanner#shutdown()}} is invoked 
> before it is being set to false.
> Is there any reason why {{datanode.shouldRun}} is set to false later? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to