HDFS-15197. [SBN read] Change ObserverRetryOnActiveException log to debug. Contributed by Chen Liang.
This commit is contained in:
parent
8a7c54995a
commit
74780c22eb
|
@ -471,7 +471,7 @@ public class ObserverReadProxyProvider<T>
|
|||
Exception unwrapped = re.unwrapRemoteException(
|
||||
ObserverRetryOnActiveException.class);
|
||||
if (unwrapped instanceof ObserverRetryOnActiveException) {
|
||||
LOG.info("Encountered ObserverRetryOnActiveException from {}." +
|
||||
LOG.debug("Encountered ObserverRetryOnActiveException from {}." +
|
||||
" Retry active namenode directly.", current.proxyInfo);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue