xiaoyuyao commented on a change in pull request #191: HDDS-2488. Not enough
arguments for log messages in GrpcXceiverService.
URL: https://github.com/apache/hadoop-ozone/pull/191#discussion_r347011649
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/GrpcXceiverService.java
##########
@@ -66,13 +66,13 @@ public void onNext(ContainerCommandRequestProto request) {
@Override
public void onError(Throwable t) {
// for now we just log a msg
- LOG.error("{}: ContainerCommand send on error. Exception: {}", t);
+ LOG.error("ContainerCommand send on error. Exception: {}", t);
Review comment:
same as above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]