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/02/11 11:00:27 UTC

[GitHub] [kafka] dajac commented on a change in pull request #10107: MINOR: Improve confusing admin client shutdown logging

dajac commented on a change in pull request #10107:
URL: https://github.com/apache/kafka/pull/10107#discussion_r574411116



##########
File path: clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##########
@@ -657,7 +657,7 @@ public void close(Duration timeout) {
                 // Wait for the thread to be joined.
                 thread.join(waitTimeMs);
             }
-            log.debug("Kafka admin client closed.");
+            log.info("Kafka admin client closed.");

Review comment:
       I wonder if changing this log level is really necessary. What's the rational behind it?




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