This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new b4f0c63  HDFS-14942. Change Log Level to debug in 
JournalNodeSyncer#syncWithJournalAtIndex. Contributed by Lisheng Sun.
b4f0c63 is described below

commit b4f0c63a6a11d7142f12a31640fbbdb95c5ca265
Author: Ayush Saxena <ayushsax...@apache.org>
AuthorDate: Wed Nov 6 22:02:03 2019 +0530

    HDFS-14942. Change Log Level to debug in 
JournalNodeSyncer#syncWithJournalAtIndex. Contributed by Lisheng Sun.
    
    (cherry picked from commit 9e287054a8aa0725643bc5c90601645302fffade)
    (cherry picked from commit d16441460215155b25fa649a7ca733e579d97929)
---
 .../java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java
index d2b2c9b..dc352c5 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java
@@ -251,7 +251,7 @@ public class JournalNodeSyncer {
       editLogManifest = jnProxy.getEditLogManifestFromJournal(jid,
           nameServiceId, 0, false);
     } catch (IOException e) {
-      LOG.error("Could not sync with Journal at " +
+      LOG.debug("Could not sync with Journal at {}.",
           otherJNProxies.get(journalNodeIndexForSync), e);
       return;
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to