GitHub user darionyaphet opened a pull request:
https://github.com/apache/storm/pull/430
SimpleTransportPlugin TThreadPoolServer
I'm reading storm's source code and I found it's very difference from
version 0.9.3 . Storm Nimbus's ThriftServer is create by SimpleTransportPlugin.
In getServer() function build a THsHaServer server to process supervisor's
request .
I know TThreadPoolServer maybe support higher throughput and lesser
lantency. So I make this pull request.
Also some config could be remove such as queueSize .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/darionyaphet/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/430.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 #430
----
commit 4f0f9f4b3031137a8ad971f78f1dc6a210778516
Author: yaphet <[email protected]>
Date: 2015-02-10T13:40:03Z
Merge pull request #1 from apache/master
merge update
commit 357f23abaf4abd09193b6446b797eddc2258375f
Author: darionyaphet <[email protected]>
Date: 2015-02-12T15:36:50Z
update transport plugin
----
---
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.
---