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

(cherry picked from commit 4cceeb2682)
This commit is contained in:
nilotpalnandi 2019-03-29 00:52:44 +05:30 committed by Bharat Viswanadham
parent c53408c3e3
commit f2dee89b4f
No known key found for this signature in database
GPG Key ID: 6A6F3FB121D2F77C
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public class XceiverClientGrpc extends XceiverClientSpi {
break;
}
} 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);
if (Status.fromThrowable(e.getCause()).getCode()
== Status.UNAUTHENTICATED.getCode()) {