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/12/15 09:30:39 UTC

[GitHub] [kafka] tombentley commented on a change in pull request #9552: KAFKA-10656: Log the feature flags received by the client

tombentley commented on a change in pull request #9552:
URL: https://github.com/apache/kafka/pull/9552#discussion_r543183384



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -917,7 +917,10 @@ private void handleApiVersionsResponse(List<ClientResponse> responses,
         NodeApiVersions nodeVersionInfo = new NodeApiVersions(apiVersionsResponse.data.apiKeys());
         apiVersions.update(node, nodeVersionInfo);
         this.connectionStates.ready(node);
-        log.debug("Recorded API versions for node {}: {}", node, nodeVersionInfo);
+        log.debug("Node {} has finalized features epoch: {}, finalized features: {}, supported features: {}, API versions: {}.",
+                node,

Review comment:
       @chia7712 yeah, sorry about that, now done.




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