GitHub user kosii opened a pull request:

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

    Ack late tuples in windowed mode

    The current implementation simply ignores late tuples without acking
    them, which causes timeouts and replays after
    TOPOLOGY_MESSAGE_TIMEOUT_SECS. A tuple which was late at a some time
    is going to be late at any moment in the future, so there is no point
    of replaying it, because the lingering late tuples will just block the
    topology (especially if TOPOLOGY_MAX_SPOUT_PENDING is set).

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

    $ git pull https://github.com/kosii/storm master

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

    https://github.com/apache/storm/pull/1437.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 #1437
    
----
commit 7b24dfa6523322b84f496d9533b87cb8bedb2461
Author: Balazs Kossovics <balazs.kossov...@s4m.io>
Date:   2016-05-20T15:36:42Z

    Ack late tuples in windowed mode
    
    The current implementation simply ignores late tuples without acking
    them, which causes timeouts and replays after
    TOPOLOGY_MESSAGE_TIMEOUT_SECS. A tuple which was late at a some time
    is going to be late at any moment in the future, so there is no point
    of replaying it, because the lingering late tuples will just block the
    topology (especially if TOPOLOGY_MAX_SPOUT_PENDING is set).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to