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 2020/05/22 16:59:11 UTC

[GitHub] [kafka] guozhangwang commented on a change in pull request #8702: MINOR: Fix join group request timeout lower bound

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



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -502,14 +502,8 @@ private void doSend(ClientRequest clientRequest, boolean isInternalRequest, long
         String destination = clientRequest.destination();
         RequestHeader header = clientRequest.makeHeader(request.version());
         if (log.isDebugEnabled()) {
-            int latestClientVersion = clientRequest.apiKey().latestVersion();
-            if (header.apiVersion() == latestClientVersion) {
-                log.trace("Sending {} {} with correlation id {} to node {}", clientRequest.apiKey(), request,

Review comment:
       SG.




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