Jing Zhao created HDFS-6018:
-------------------------------
Summary: 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: Bug
Affects Versions: 2.3.0
Reporter: Jing Zhao
Assignee: Jing Zhao
Priority: Trivial
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)