Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r152896015
--- Diff:
storm-server/src/main/java/org/apache/storm/daemon/supervisor/Supervisor.java
---
@@ -219,6 +246,8 @@ private void launchDaemon() {
throw new IllegalArgumentException("Cannot start server in
local mode!");
}
launch();
+ //must invoke after launch cause some service must be
initialized
--- End diff --
nit: service -> services---
