zentol commented on a change in pull request #10724:
[FLINK-13595][connector/kafka][test] Close the KafkaAdminClient with ...
URL: https://github.com/apache/flink/pull/10724#discussion_r362825294
##########
File path:
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestEnvironment.java
##########
@@ -201,4 +202,15 @@ protected NetworkFailuresProxy createProxy(String
remoteHost, int remotePort) {
networkFailuresProxies.add(proxy);
return proxy;
}
+
+ protected void maybePrintDanglingThreadStacktrace(String
threadNameKeyword) {
Review comment:
I'm wondering about the benefit. What do we gain by knowing where the
`KafkaAdminClient` is blocking?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services