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

Hudson commented on HDFS-6018:
------------------------------

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1711 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1711/])
HDFS-6018. Exception recorded in LOG when IPCLoggerChannel#close is called. 
Contributed by Jing Zhao. (jing9: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1572183)
* /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/qjournal/client/IPCLoggerChannel.java


> Exception recorded in LOG when IPCLoggerChannel#close is called
> ---------------------------------------------------------------
>
>                 Key: HDFS-6018
>                 URL: https://issues.apache.org/jira/browse/HDFS-6018
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>            Priority: Trivial
>             Fix For: 2.4.0
>
>         Attachments: HDFS-6018.000.patch
>
>
> Currently in IPCLoggerChannel#close, we have:
> {code}
> @Override
>   public void close() {
>     QuorumJournalManager.LOG.info("Closing", new Exception());
>     // No more tasks may be submitted after this point.
>     executor.shutdown();
> {code}
> Looks like this exception might be added just for debugging in HDFS-5074. We 
> may want to either delete this line or replace it with some other log 
> information.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to