You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ethan Li (Jira)" <ji...@apache.org> on 2019/08/22 16:26:00 UTC

[jira] [Closed] (STORM-3257) 'storm kill' command line should be able to continue on error

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

Ethan Li closed STORM-3257.
---------------------------
    Fix Version/s: 2.2.0
         Assignee: Jacob Tolar
       Resolution: Fixed

Thanks [~jtolar] I merged it to master

> 'storm kill' command line should be able to continue on error
> -------------------------------------------------------------
>
>                 Key: STORM-3257
>                 URL: https://issues.apache.org/jira/browse/STORM-3257
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Jacob Tolar
>            Assignee: Jacob Tolar
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.2.0
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> If you invoke 'storm kill' as follows:
>  
> {code:java}
> storm kill topo1 topo2 topo3 topo4 ...{code}
>  
> and the first action fails (e.g NotAliveException or AuthorizationException), none of the other items in the list are killed.
>  
> It would be helpful if (perhaps as an option) we could continue to attempt to kill everything else as well.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)