You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by acseidel <gi...@git.apache.org> on 2018/06/13 19:06:32 UTC

[GitHub] storm pull request #2717: Bugfix/storm 3102 kafka client performance storm 1...

GitHub user acseidel opened a pull request:

    https://github.com/apache/storm/pull/2717

    Bugfix/storm 3102 kafka client performance storm 1.x

    In kafka >0.10.2 this check became expensive, causing large performance
    decreases.

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

    $ git pull https://github.com/acseidel/storm bugfix/STORM-3102-kafka-client-performance-storm-1.x

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

    https://github.com/apache/storm/pull/2717.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 #2717
    
----
commit f84e89ea50bd7ab1a5464d247c1d5f45916e5734
Author: Andy Seidel <an...@...>
Date:   2018-06-13T18:29:07Z

    STORM-3102 Remove check for partition offset before every emit.
    
    IN kafka >0.10.2 this check became expensive, causing large performance
    decreases.

commit 614cfb44e03daef6ec93b1367ee5447bba5a08a7
Author: Andy Seidel <an...@...>
Date:   2018-06-13T19:00:12Z

    Remove merge conflict.

----


---

[GitHub] storm pull request #2717: STORM-3102 Remove check for partition offset befor...

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

    https://github.com/apache/storm/pull/2717


---

[GitHub] storm issue #2717: Bugfix/storm 3102 kafka client performance storm 1.x

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2717
  
    +1. Please squash to one commit.


---