You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jing Zhao (JIRA)" <ji...@apache.org> on 2014/02/26 01:26:22 UTC

[jira] [Created] (HDFS-6018) Exception recorded in LOG when IPCLoggerChannel#close is called

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)