divijvaidya opened a new pull request, #15079: URL: https://github.com/apache/kafka/pull/15079
# Problem We are facing OOM while running test suite for Apache Kafka as discussed in https://lists.apache.org/thread/d5js0xpsrsvhgjb10mbzo9cwsy8087x4 # Changes This JIRA fixes ~240MB of heap leak caused by DefaultDirectoryService objects in the heap memory. The `DefaultDirectoryService` is used by `MiniKdc.scala`. This change fixes a couple of leaks where the kdc service is not closed at the end of test run. -- 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]
