showuon commented on PR #15256:
URL: https://github.com/apache/kafka/pull/15256#issuecomment-1923368577

   I think the 
`kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize()` is 
caused by this PR. We need to investigate it. From the error, it said there is 
a thread leaked:
   ```
   org.opentest4j.AssertionFailedError: Invalid threads: expected 6, got 7: 
List(data-plane-kafka-socket-acceptor-ListenerName(EXTERNAL)-SASL_SSL-0, 
data-plane-kafka-socket-acceptor-ListenerName(INTERNAL)-SSL-0, 
data-plane-kafka-socket-acceptor-ListenerName(CONTROLLER)-PLAINTEXT-0, 
data-plane-kafka-socket-acceptor-ListenerName(INTERNAL)-SSL-0, 
data-plane-kafka-socket-acceptor-ListenerName(INTERNAL)-SSL-0, 
data-plane-kafka-socket-acceptor-ListenerName(EXTERNAL)-SASL_SSL-0, 
data-plane-kafka-socket-acceptor-ListenerName(EXTERNAL)-SASL_SSL-0) ==> 
expected: <true> but was: <false>
   ```
   
   You can try to run your changed test suites 1 by 1, and check that after all 
test suite completes, is there any network thread leaked. Let me know if you 
need help.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to