HDFS-14942. Change Log Level to debug in JournalNodeSyncer#syncWithJournalAtIndex. Contributed by Lisheng Sun.

This commit is contained in:
Ayush Saxena 2019-11-06 22:02:03 +05:30
parent dcf55838ae
commit 9e287054a8

View File

@ -251,7 +251,7 @@ private void syncWithJournalAtIndex(int index) {
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;
} }