GitHub user clockfly opened a pull request:
https://github.com/apache/incubator-storm/pull/103
STORM-297 Storm Performance cannot be scaled up by adding more CPU cores
STORM-297:
Description and test report can be found at
https://issues.apache.org/jira/browse/STORM-297
The changes consists of:
1. use netty async
2. use batch send and batch receiver messaging api
3. allow to configure multiple worker receiver threads.
4. name the executor and netty threads
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clockfly/incubator-storm
storm_async_netty_and_batch_api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/103.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 #103
----
commit 861a92eab8740cfc0f83ac4d7ade9a2ab04a8b9b
Author: Sean Zhong <[email protected]>
Date: 2014-05-07T03:10:07Z
1. Async netty message transfer 2. Batch send and batch receive api and
implementation 3. allow to configure the number of receiver thread 4. name the
threads
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---