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

Hudson commented on HDFS-2286:
------------------------------

Integrated in Hadoop-Common-trunk-Commit #795 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/795/])
    HDFS-2286. DataXceiverServer logs AsynchronousCloseException at shutdown. 
Contributed by Todd Lipcon.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162003
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataXceiverServer.java


> DataXceiverServer logs AsynchronousCloseException at shutdown
> -------------------------------------------------------------
>
>                 Key: HDFS-2286
>                 URL: https://issues.apache.org/jira/browse/HDFS-2286
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: data-node
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: hdfs-2286.txt
>
>
> During DN shutdown, the acceptor thread gets an AsynchronousCloseException, 
> and logs it at WARN level. This exception is excepted, since another thread 
> is closing the listener socket, so we should just swallow it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to