[ 
https://issues.apache.org/jira/browse/HDFS-6018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jing Zhao updated HDFS-6018:
----------------------------

    Issue Type: Improvement  (was: Bug)

> 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