You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/15 21:07:14 UTC

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #191: HDDS-2488. Not enough arguments for log messages in GrpcXceiverService.

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_r347011360
 
 

 ##########
 File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/GrpcXceiverService.java
 ##########
 @@ -57,7 +57,7 @@ public void onNext(ContainerCommandRequestProto request) {
               dispatcher.dispatch(request, null);
           responseObserver.onNext(resp);
         } catch (Throwable e) {
-          LOG.error("{} got exception when processing"
+          LOG.error("Got exception when processing"
                     + " ContainerCommandRequestProto {}: {}", request, e);
           responseObserver.onError(e);
 
 Review comment:
   ": {}" should be removed here too as LOG.error take exception as parameter by default. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org