You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by rajinisivaram <gi...@git.apache.org> on 2017/10/26 18:16:50 UTC

[GitHub] kafka pull request #4140: KAFKA-6131: Use atomic putIfAbsent to create txn m...

GitHub user rajinisivaram opened a pull request:

    https://github.com/apache/kafka/pull/4140

    KAFKA-6131: Use atomic putIfAbsent to create txn marker queues

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajinisivaram/kafka KAFKA-6131-txn-concurrentmap

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4140.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 #4140
    
----
commit b80fcb5bfc8cb70f270eb558ed6267dca99d1e08
Author: Rajini Sivaram <ra...@googlemail.com>
Date:   2017-10-26T17:45:47Z

    KAFKA-6131: Use atomic putIfAbsent to create txn marker queues

----


---

[GitHub] kafka pull request #4140: KAFKA-6131: Use atomic putIfAbsent to create txn m...

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

    https://github.com/apache/kafka/pull/4140


---