Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.3.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
Attachments
Issue Links
- is duplicated by
-
HDFS-5918 Avoid logging unnecessary trace in IPCLoggerChannel#close()
- Resolved