Derek Dagit created STORM-194:
---------------------------------
Summary: Workers don't launch properly when the topology name has
a space in it
Key: STORM-194
URL: https://issues.apache.org/jira/browse/STORM-194
Project: Apache Storm (Incubating)
Issue Type: Bug
Reporter: Derek Dagit
Assignee: Derek Dagit
>From https://github.com/nathanmarz/storm/issues/779
Currently the storm-id field is made of the topologyName (unmodified as well as
a UID and a timestamp).
The storm-id used when launching a worker cannot have spaces in it because of
how the process is started (command line ares are not escaped or passed as an
array).
https://github.com/nathanmarz/storm/blob/moved-to-apache/storm-core/src/clj/backtype/storm/daemon/supervisor.clj#L436
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)