[
https://issues.apache.org/jira/browse/STORM-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804810#comment-14804810
]
ASF GitHub Bot commented on STORM-1005:
---------------------------------------
Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/722#discussion_r39817305
--- Diff: storm-core/test/clj/backtype/storm/config_test.clj ---
@@ -168,3 +168,24 @@
(catch Exception e e)))))
(is (thrown-cause? java.lang.IllegalArgumentException
(.validateField validator "test" 42)))))))
+
+(deftest test-absolute-storm-local-dir
+ (let [storm-home-key "storm.home"
+ old-storm-home (System/getProperty storm-home-key)
+ conf-relative {STORM-LOCAL-DIR "storm-local"}
+ conf-absolute {STORM-LOCAL-DIR
+ (if on-windows?
+ "C:\\storm-local"
+ "/var/storm-local")}]
+ (try
+ (System/setProperty storm-home-key (if on-windows? "C:\\storm-home"
"/usr/local/storm-home"))
--- End diff --
@Renkai If test should change storm.home to work correctly, let's remove
test.
> 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
> Components: Storm-eventhubs
> Affects Versions: 0.9.4
> Reporter: Renkai Ge
> 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)