[
https://issues.apache.org/jira/browse/STORM-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073381#comment-15073381
]
ASF GitHub Bot commented on STORM-1425:
---------------------------------------
GitHub user vesense opened a pull request:
https://github.com/apache/storm/pull/982
[STORM-1425] Tick tuples must be acked like normal tuples
https://issues.apache.org/jira/browse/STORM-1425
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vesense/storm ack-tick-tuples
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/982.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 #982
----
commit 771941e9180f6112df90612a82b1fa555fe15dd9
Author: Xin Wang <[email protected]>
Date: 2015-12-29T02:05:02Z
Tick tuples must be acked like normal tuples
----
> Tick tuples must be acked like "normal" tuples
> ----------------------------------------------
>
> Key: STORM-1425
> URL: https://issues.apache.org/jira/browse/STORM-1425
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Xin Wang
> Assignee: Xin Wang
>
> Since HBaseBolt,HiveBolt,AbstractHdfsBolt are extending BaseRichBolt, I think
> we should perform a collector.ack(input) before return. Tick tuples must be
> acked like "normal" tuples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)