Storm - Supervisors crashing on reboot

前端 未结 2 1241
南方客
南方客 2021-02-20 05:52

This is an issue that is simply driving me nuts. I have a one machine Storm instance running on my Local LAN. I am currently running v0.9.1-incubating release versi

相关标签:
2条回答
  • 2021-02-20 06:53

    We had that exact same problem (supervisor crashing on start and same log error message) when we had a power outage on 2 of our development servers. I guess just stopping the server without previously stopping the supervisor would have the same effect.

    The only working solution we found was to remove the "storm-local/supervisor" folder (I guess something in there got corrupted).

    0 讨论(0)
  • 2021-02-20 06:58

    I too faced this similar issue. I used to remove the local folder always and restart the topology.

    0 讨论(0)
提交回复
热议问题