tomscut commented on a change in pull request #3629:
URL: https://github.com/apache/hadoop/pull/3629#discussion_r746167436



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/EditLogTailer.java
##########
@@ -413,6 +413,8 @@ private boolean tooLongSinceLastLoad() {
     return new MultipleNameNodeProxy<Void>() {
       @Override
       protected Void doWork() throws IOException {
+        LOG.info("Triggering log scrolling to the remote NameNode, " +

Review comment:
       The log already exists on line `427`: `LOG.info("Triggering log roll on 
remote NameNode");`. 
   Should we remove the original log?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to