You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2016/03/22 20:12:25 UTC

[jira] [Resolved] (STORM-1636) Supervisor shutdown with worker id pass in being nil

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

Robert Joseph Evans resolved STORM-1636.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.0.0

Thanks [~jerrypeng],

I merged this into master and 1.x-branch.

>  Supervisor shutdown with worker id pass in being nil 
> ------------------------------------------------------
>
>                 Key: STORM-1636
>                 URL: https://issues.apache.org/jira/browse/STORM-1636
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 2.0.0
>            Reporter: Boyang Jerry Peng
>            Assignee: Boyang Jerry Peng
>             Fix For: 1.0.0, 2.0.0
>
>
> In function kill-existing-workers-with-change-in-components in supervisor.clj:
> The function tries to detect whether there is a change in assignment. The bug in this function is that the ordering of the assignment matters but it shouldn't. For example, if a worker assignment is [[1 1] [2 2]] and it changed to [[2 2] [1 1]] it will cause the supervisor to restart the worker



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