HDFS-14942. Change Log Level to debug in JournalNodeSyncer#syncWithJournalAtIndex. Contributed by Lisheng Sun.
(cherry picked from commit 9e287054a8
)
(cherry picked from commit d16441460215155b25fa649a7ca733e579d97929)
This commit is contained in:
parent
7d3c67b4a7
commit
b4f0c63a6a
|
@ -251,7 +251,7 @@ public class JournalNodeSyncer {
|
||||||
editLogManifest = jnProxy.getEditLogManifestFromJournal(jid,
|
editLogManifest = jnProxy.getEditLogManifestFromJournal(jid,
|
||||||
nameServiceId, 0, false);
|
nameServiceId, 0, false);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Could not sync with Journal at " +
|
LOG.debug("Could not sync with Journal at {}.",
|
||||||
otherJNProxies.get(journalNodeIndexForSync), e);
|
otherJNProxies.get(journalNodeIndexForSync), e);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue