[ 
https://issues.apache.org/jira/browse/STORM-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191823#comment-15191823
 ] 

ASF GitHub Bot commented on STORM-1604:
---------------------------------------

Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/1188#issuecomment-195806153
  
    @Parth-Brahmbhatt can you fix the above mentioned issue.


> Delayed transition should handle NotALeaderException
> ----------------------------------------------------
>
>                 Key: STORM-1604
>                 URL: https://issues.apache.org/jira/browse/STORM-1604
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 1.0.0
>            Reporter: Parth Brahmbhatt
>            Assignee: Parth Brahmbhatt
>             Fix For: 1.0.0
>
>
> Currently if an action(kill, rebalance) is scheduled with delay, nimbus 
> stores the state in zookeeper and then schedules a delayed event to do final 
> transition. If during this wait time, leader nimbus loses the leadership, 
> when the delayed operation is executed it receives a NotALeaderException 
> which it does not handle causing the nimbus to die. We should catch the 
> exception and  ignore it.



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

Reply via email to