HDDS-1309 . change logging from warn to debug in XceiverClient. Contributed by Nilotpal Nandi. (#638)

This commit is contained in:
nilotpalnandi 2019-03-29 00:52:44 +05:30 committed by Bharat Viswanadham
parent ac4010bb22
commit 4cceeb2682
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ private XceiverClientReply sendCommandWithRetry(
break; break;
} }
} catch (ExecutionException | InterruptedException e) { } catch (ExecutionException | InterruptedException e) {
LOG.warn("Failed to execute command " + request + " on datanode " + dn LOG.debug("Failed to execute command " + request + " on datanode " + dn
.getUuidString(), e); .getUuidString(), e);
if (Status.fromThrowable(e.getCause()).getCode() if (Status.fromThrowable(e.getCause()).getCode()
== Status.UNAUTHENTICATED.getCode()) { == Status.UNAUTHENTICATED.getCode()) {