hachikuji commented on a change in pull request #8702:
URL: https://github.com/apache/kafka/pull/8702#discussion_r429327946



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -839,20 +833,22 @@ private void handleCompletedReceives(List<ClientResponse> 
responses, long now) {
             InFlightRequest req = inFlightRequests.completeNext(source);
             Struct responseStruct = 
parseStructMaybeUpdateThrottleTimeMetrics(receive.payload(), req.header,
                 throttleTimeSensor, now);
-            if (log.isTraceEnabled()) {

Review comment:
       Letting some requests be debug level, but making the responses is trace 
often means we are sometimes left with only half of the picture.




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


Reply via email to