otterc commented on code in PR #2123:
URL: 
https://github.com/apache/incubator-celeborn/pull/2123#discussion_r1420033100


##########
common/src/main/java/org/apache/celeborn/common/network/server/TransportRequestHandler.java:
##########
@@ -73,8 +76,64 @@ public void channelInactive() {
 
   @Override
   public void handle(RequestMessage request) {
+    logger.trace("Received request {} from {}", request.getClass().getName(), 
reverseClient);

Review Comment:
   `request.getClass().getName()` is a relatively lightweight operation but 
this is going to be done very frequently, so I can wrap it up.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to