[
https://issues.apache.org/jira/browse/STORM-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800539#comment-16800539
]
antarix bhardwaj commented on STORM-3360:
-----------------------------------------
Yes the bolt is ack the tuple :
try {
writer.write(line);
writer.flush();
outputCollector.ack(tuple);
}
have one spout
> tuples are getting double from Spout to bolt
> --------------------------------------------
>
> Key: STORM-3360
> URL: https://issues.apache.org/jira/browse/STORM-3360
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 1.2.2
> Reporter: antarix bhardwaj
> Priority: Major
> Labels: newbie
> Attachments: boltSnip.png, spoutSnip.png
>
>
> the next tuple of the spout sends 10 tuples and the execute of the bolt reads
> 20. It is like one tuple is received twice before the send tuple comes. the
> atomacity is 1.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)