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:
parent
c53408c3e3
commit
f2dee89b4f
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue