Rajini Sivaram created KAFKA-5439: ------------------------------------- Summary: Add checks in integration tests to verify that threads have been shutdown Key: KAFKA-5439 URL: https://issues.apache.org/jira/browse/KAFKA-5439 Project: Kafka Issue Type: Improvement Reporter: Rajini Sivaram Assignee: Rajini Sivaram
We have seen several test failures in integration tests due to threads being left behind because brokers, producers or ZooKeeper clients haven't been closed properly in tests. Add a check so that these failures can be caught sooner since transient failures caused by port reuse or update of static JAAS configuration are much harder to debug. -- This message was sent by Atlassian JIRA (v6.4.14#64029)