You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Molten Ice (JIRA)" <ji...@apache.org> on 2017/06/13 16:00:00 UTC

[jira] [Updated] (STORM-2550) Supervisor dies if a worker dies in Windows

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

Molten Ice updated STORM-2550:
------------------------------
    Description: 
When both the Supervisor and Workers are running on a Windows Server 2012 R2, killing a worker using the task manager will cause the Supervisor to die a while after.

It's important to mention that the supervisor.log shows nothing to explain this:
{{2017-06-13 11:28:40.460 o.a.s.u.Utils SLOT_6705 [INFO] Error when trying to kill 16152. Process is probably already dead.
2017-06-13 11:28:40.460 o.a.s.u.Utils SLOT_6700 [INFO] Error when trying to kill 12048. Process is probably already dead.
2017-06-13 11:28:40.461 o.a.s.u.Utils SLOT_6704 [INFO] Error when trying to kill 6796. Process is probably already dead.
2017-06-13 11:28:40.476 o.a.s.u.Utils SLOT_6709 [INFO] Error when trying to kill 6264. Process is probably already dead.
2017-06-13 11:28:40.673 o.a.s.u.Utils SLOT_6706 [INFO] Error when trying to kill 3932. Process is probably already dead.
2017-06-13 11:28:40.674 o.a.s.u.Utils SLOT_6707 [INFO] Error when trying to kill 1324. Process is probably already dead.
2017-06-13 11:28:42.144 o.a.s.d.s.Container SLOT_6708 [INFO] Found 3868 running as SYSTEM, but expected it to be root
2017-06-13 11:28:42.144 o.a.s.d.s.Slot SLOT_6708 [WARN] SLOT 6708 all processes are dead...}}

  was:
When both the Supervisor and Workers are running on a Windows Server 2012 R2, killing a worker using the task manager will cause the Supervisor to die a while after.

It's important to mention that the supervisor.log shows nothing to explain this:



> Supervisor dies if a worker dies in Windows
> -------------------------------------------
>
>                 Key: STORM-2550
>                 URL: https://issues.apache.org/jira/browse/STORM-2550
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Molten Ice
>
> When both the Supervisor and Workers are running on a Windows Server 2012 R2, killing a worker using the task manager will cause the Supervisor to die a while after.
> It's important to mention that the supervisor.log shows nothing to explain this:
> {{2017-06-13 11:28:40.460 o.a.s.u.Utils SLOT_6705 [INFO] Error when trying to kill 16152. Process is probably already dead.
> 2017-06-13 11:28:40.460 o.a.s.u.Utils SLOT_6700 [INFO] Error when trying to kill 12048. Process is probably already dead.
> 2017-06-13 11:28:40.461 o.a.s.u.Utils SLOT_6704 [INFO] Error when trying to kill 6796. Process is probably already dead.
> 2017-06-13 11:28:40.476 o.a.s.u.Utils SLOT_6709 [INFO] Error when trying to kill 6264. Process is probably already dead.
> 2017-06-13 11:28:40.673 o.a.s.u.Utils SLOT_6706 [INFO] Error when trying to kill 3932. Process is probably already dead.
> 2017-06-13 11:28:40.674 o.a.s.u.Utils SLOT_6707 [INFO] Error when trying to kill 1324. Process is probably already dead.
> 2017-06-13 11:28:42.144 o.a.s.d.s.Container SLOT_6708 [INFO] Found 3868 running as SYSTEM, but expected it to be root
> 2017-06-13 11:28:42.144 o.a.s.d.s.Slot SLOT_6708 [WARN] SLOT 6708 all processes are dead...}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)