You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/08/04 16:47:21 UTC

[GitHub] [kafka] cmccabe commented on a change in pull request #11175: MINOR: Fix getting started documentation

cmccabe commented on a change in pull request #11175:
URL: https://github.com/apache/kafka/pull/11175#discussion_r682788755



##########
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##########
@@ -1725,7 +1725,14 @@ private long maybeSendRequest(
             return Long.MAX_VALUE;
         }
 
-        return connection.remainingRequestTimeMs(currentTimeMs);
+        long connectionWaitTimeMs = connection.remainingRequestTimeMs(currentTimeMs);
+        logger.trace(

Review comment:
       can we use less vertical space here




-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org