Chao Sun created HDFS-12669: ------------------------------- Summary: Implement toString() for EditLogInputStream Key: HDFS-12669 URL: https://issues.apache.org/jira/browse/HDFS-12669 Project: Hadoop HDFS Issue Type: Improvement Components: namenode Reporter: Chao Sun Priority: Minor
Currently {{EditLogInputStream}} has {{getName()}} but doesn't implement {{toString()}}. The latter could be useful in debugging. Currently it just print out messages like: {code} 2017-10-16 20:41:13,456 INFO org.apache.hadoop.hdfs.server.namenode.FSImage: Reading org.apache.hadoop.hdfs.server.namenode.RedundantEditLogInputStream@1eb6749b expecting start txid #8137 {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org