[ 
https://issues.apache.org/jira/browse/STORM-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958935#comment-14958935
 ] 

ASF GitHub Bot commented on STORM-350:
--------------------------------------

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/797#issuecomment-148393429
  
    @darionyaphet I have seen only small changes to the performance of storm.  
It is close to nothing really, but in my micro-benchmarks I see about between a 
6% and 26% improvement in maximum throughput.
    
    The big reason for upgrading is that the APIs are improved so that we can 
support #765.  In that I have seen a maximum throughput for a single node more 
then double. Making a faster version of wordcount go from 10,000 
sentences/second fully counted to 22,000, on my Mac Book Pro laptop.  If you 
include acking and everything else that happens that is going from 320,000 
tuples/second sent+processed to 704,000 tuples/second.  Be aware that you are 
not likely to see this in real life on a single topology, as the messaging 
layer is likely to slow things down, and wordcount is a very light weight 
processing.  Real world processing is usually more intensive.
    
    But this is just the beginning we are working on benchmarks and subsequent 
optimizations all throughput the critical path of storm.


> Update disruptor to latest version (3.2.1)
> ------------------------------------------
>
>                 Key: STORM-350
>                 URL: https://issues.apache.org/jira/browse/STORM-350
>             Project: Apache Storm
>          Issue Type: Dependency upgrade
>          Components: storm-core
>            Reporter: Boris Aksenov
>            Assignee: Boris Aksenov
>            Priority: Minor
>             Fix For: 0.10.0
>
>         Attachments: 
> 20141117-0.9.3-rc1-3-worker-separate-1-spout-and-2-bolts-failing-tuples.png, 
> 20141117-0.9.3-rc1-one-worker-failing-tuples.png, 
> 20141117-0.9.3-rc1-three-workers-1-spout-3-bolts-failing-tuples.png, 
> 20141118-0.9.3-branch-3-worker-separate-1-spout-and-2-bolts-ok.png, 
> 20141118-0.9.3-branch-one-worker-ok.png, 
> 20141118-0.9.3-branch-three-workers-1-spout-3-bolts-ok.png, Storm UI1.pdf, 
> Storm UI2.pdf, storm-0.9.3-rc1-failing-tuples.png, 
> storm-0_9_2-incubating-failing-tuples.png, 
> storm-0_9_2-incubating-no-failing-tuples.png, 
> storm-failed-tuples-multi-node.png, storm-multi-node-without-350.png
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to