HDFS-12089. Fix ambiguous NN retry log message in WebHDFS. Contributed by Eric Badger
This commit is contained in:
parent
a180ba4081
commit
6436768baf
|
@ -792,7 +792,7 @@ public class WebHdfsFileSystem extends FileSystem
|
|||
a.action == RetryPolicy.RetryAction.RetryDecision.FAILOVER_AND_RETRY;
|
||||
|
||||
if (isRetry || isFailoverAndRetry) {
|
||||
LOG.info("Retrying connect to namenode: {}. Already tried {}"
|
||||
LOG.info("Retrying connect to namenode: {}. Already retried {}"
|
||||
+ " time(s); retry policy is {}, delay {}ms.",
|
||||
nnAddr, retry, retryPolicy, a.delayMillis);
|
||||
|
||||
|
|
Loading…
Reference in New Issue