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

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

Github user erikdw commented on a diff in the pull request:

    https://github.com/apache/storm/pull/713#discussion_r39913602
  
    --- Diff: docs/documentation/Setting-up-a-Storm-cluster.md ---
    @@ -52,10 +52,13 @@ storm.zookeeper.servers:
     
     If the port that your Zookeeper cluster uses is different than the 
default, you should set **storm.zookeeper.port** as well.
     
    -2) **storm.local.dir**: The Nimbus and Supervisor daemons require a 
directory on the local disk to store small amounts of state (like jars, confs, 
and things like that). You should create that directory on each machine, give 
it proper permissions, and then fill in the directory location using this 
config. For example:
    +2) **storm.local.dir**: The Nimbus and Supervisor daemons require a 
directory on the local disk to store small amounts of state (like jars, confs, 
and things like that).
    + You should create that directory on each machine, give it proper 
permissions, and then fill in the directory location using this config.
    + You'd better set it to absolute path rather than relative path,otherwise 
it will cause unexpected behavior when you launch daemons
    + from different directories.For example:
    --- End diff --
    
    space between . and For


> Supervisor do not get running workers after restart.
> ----------------------------------------------------
>
>                 Key: STORM-1005
>                 URL: https://issues.apache.org/jira/browse/STORM-1005
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.4
>            Reporter: Renkai Ge
>            Assignee: Renkai Ge
>             Fix For: 0.10.0
>
>         Attachments: screenshot-1.png, screenshot-2.png
>
>
> I have 8 supervisors running,2 of them shutdown by themselves.
> After I restart them.One supervisor shows the right number of workers, but 
> another shows the worker number is 0 while the workers are still running on 
> that host.



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

Reply via email to