You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 03:57:27 UTC

[jira] [Updated] (STORM-457) Unable to kill topologies whose name has spaces

     [ https://issues.apache.org/jira/browse/STORM-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-457:
-------------------------------
    Component/s: storm-core

> Unable to kill topologies whose name has spaces
> -----------------------------------------------
>
>                 Key: STORM-457
>                 URL: https://issues.apache.org/jira/browse/STORM-457
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>         Environment: storm version: 0.9.1.2.1.2.0-402
> RHEL
>            Reporter: Steven Magana-Zook
>            Priority: Minor
>
> 1. Create a Java class that makes your topology
> 2. Submit the topology with a name that contains spaces: StormSubmitter.submitTopology("I Dont Want to Use Underscores", conf, builder.createTopology());
> 3. Submit the jar to storm: storm jar yourUberJar your.topology.class.name
> 4. None of these ways work to try to kill the topology: 
>    storm kill I Dont Want to Use Underscores
>    storm kill "I Dont Want to Use Underscores"
>    storm kill 'I Dont Want to Use Underscores'
>    storm kill I\ Dont\ Want\ to\ Use\ Underscores
> Result: Exception in thread "main" NotAliveException(msg:I is not alive)
> Expected result: Interpret the name as one containing spaces, or throw an error on submission if names with spaces will not be supported.
> Cannot kill topology in Storm UI because of this bug: https://issues.apache.org/jira/browse/STORM-456



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