You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2018/05/01 10:27:25 UTC

[GitHub] storm pull request #2652: STORM-3046: Ensure KafkaTridentSpoutEmitter handle...

GitHub user srdo opened a pull request:

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

    STORM-3046: Ensure KafkaTridentSpoutEmitter handles empty batches cor…

    …rectly when they occur at the beginning of the stream
    
    See https://issues.apache.org/jira/browse/STORM-3046

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

    $ git pull https://github.com/srdo/storm STORM-3046

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

    https://github.com/apache/storm/pull/2652.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 #2652
    
----
commit 0154216c9cb489b92ab86393fa1dd2fa5de56073
Author: Stig Rohde Døssing <sr...@...>
Date:   2018-04-28T11:01:44Z

    STORM-3046: Ensure KafkaTridentSpoutEmitter handles empty batches correctly when they occur at the beginning of the stream

----


---

[GitHub] storm pull request #2652: STORM-3046: Ensure KafkaTridentSpoutEmitter handle...

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

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


---

[GitHub] storm issue #2652: STORM-3046: Ensure KafkaTridentSpoutEmitter handles empty...

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

    https://github.com/apache/storm/pull/2652
  
    @srdo 
    The patch wasn't applied to 1.x-branch cleanly. Could you please raise a PR for 1.x-branch as well? Thanks in advance!


---