|
@@ -270,7 +270,7 @@ public class XceiverClientGrpc extends XceiverClientSpi {
|
|
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()) {
|