Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6018

Exception recorded in LOG when IPCLoggerChannel#close is called

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.3.0
    • 2.4.0
    • None
    • None
    • Reviewed

    Description

      Currently in IPCLoggerChannel#close, we have:

      @Override
        public void close() {
          QuorumJournalManager.LOG.info("Closing", new Exception());
          // No more tasks may be submitted after this point.
          executor.shutdown();
      

      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.

      Attachments

        1. HDFS-6018.000.patch
          0.7 kB
          Jing Zhao

        Issue Links

          Activity

            People

              jingzhao Jing Zhao
              jingzhao Jing Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: