You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by clockfly <gi...@git.apache.org> on 2014/11/04 07:58:56 UTC

[GitHub] storm pull request: STORM-253: Allow storm worker to use dynamic p...

GitHub user clockfly reopened a pull request:

    https://github.com/apache/storm/pull/45

    STORM-253: Allow storm worker to use dynamic port instead of pre-configed. Add a ne...

    PR for [STORM-253](https://issues.apache.org/jira/browse/STORM-253)
    
    Allow supervisor to decide worker dynamiclly instead of pre-configured in configure file. This is especially useful in a shared cluster environment.
    
    Changes:
    1. Add a new config "supervisor.slots" to set the number of workers per supervisor.
    2. Add class ServerSocketFactory to reserve the port for worker.
    
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clockfly/incubator-storm worker-dynamic-port

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/45.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 #45
    
----
commit 5350a04e47deaa71890708c8719998a930e7446d
Author: Sean Zhong <cl...@gmail.com>
Date:   2014-03-06T03:36:21Z

    Allow storm worker to use dynamic port instead of pre-configed. Add a new config like "supervisor.slots: 3" to config the number of workers.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---