GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/856
Minor: properly close KafkaCheckpointManager in TestKafkaCheckpointManager Higher versions of KafkaServerTestHarness will validate that certain threads are no longer alive when the test class exits. Eventually, when kafka is upgraded, that validation would fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314/samza kcm_test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/856.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #856 ---- commit 18e451990636af94f269be34189ee9a1bc0c2dfb Author: Cameron Lee <calee@...> Date: 2018-12-12T00:30:35Z Minor: properly close KafkaCheckpointManager in TestKafkaCheckpointManager ---- ---