[
https://issues.apache.org/jira/browse/STORM-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143712#comment-15143712
]
ASF GitHub Bot commented on STORM-1539:
---------------------------------------
GitHub user roshannaik opened a pull request:
https://github.com/apache/storm/pull/1101
STORM-1539 - Improve Storm ACK-ing performance
Implemented the ACK-ing logic in Java.
See Jira for profiler info on performance boost.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/roshannaik/storm STORM-1539
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1101.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 #1101
----
commit 74bfd23c383ce21cc8294bed79242bb00e2bd354
Author: Roshan Naik <[email protected]>
Date: 2016-02-11T23:40:39Z
STORM-1539 - Improve Storm ACK-ing performance
----
> Improve Storm ACK-ing performance
> ---------------------------------
>
> Key: STORM-1539
> URL: https://issues.apache.org/jira/browse/STORM-1539
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Roshan Naik
> Assignee: Roshan Naik
> Attachments: after.png, before.png
>
>
> Profiling a simple speed of light topology, shows that a good chunk of time
> of the SpoutOutputCollector.emit() is spent in the clojure reduce()
> function.. which is part of the ACK-ing logic.
> Re-implementing this reduce() logic in java gives a big performance boost in
> both in the Spout.nextTuple() and Bolt.execute()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)