You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/21 04:23:38 UTC

[jira] [Commented] (STORM-253) Allow worker to choose available port instead of pre-configed

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

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

Github user clockfly closed the pull request at:

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


> Allow worker to choose available port instead of pre-configed
> -------------------------------------------------------------
>
>                 Key: STORM-253
>                 URL: https://issues.apache.org/jira/browse/STORM-253
>             Project: Apache Storm (Incubating)
>          Issue Type: Improvement
>            Reporter: Sean Zhong
>            Priority: Minor
>
> To avoid port conflict, we should allow supervisor to choose available port for worker, instead of pre-configuring it in storm.yaml.
> Currently, the config for port is:
> supervisor.slots.ports: [6700,6701,6702]
> We need to obsolete it, and add a new config "supervisor.slots“. For example:
> supervisor.slots: 3
> There was a pull request from Andy Feng. We can refer to it and pull in the changes of worker port first. (https://github.com/nathanmarz/storm/pull/622/commits)



--
This message was sent by Atlassian JIRA
(v6.2#6252)