You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by cameronlee314 <gi...@git.apache.org> on 2018/12/12 00:33:58 UTC

[GitHub] samza pull request #856: Minor: properly close KafkaCheckpointManager in Tes...

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 <ca...@...>
Date:   2018-12-12T00:30:35Z

    Minor: properly close KafkaCheckpointManager in TestKafkaCheckpointManager

----


---

[GitHub] samza pull request #856: Minor: properly close KafkaCheckpointManager in Tes...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/856


---