Erlang node still running after init:stop -> ok

Deadly 提交于 2019-12-11 18:04:26

问题


We use nodetool escript to stop the node

io:format("~p\n", [rpc:call(TargetNode, init, stop, [], 60000)])

Sometimes, probably 1 of 40-50 calls (using OTP 20.3/21.3) rcp:call returns ok, node has done terminates tasks but pid is still alive. I can't connect to it using remsh and node doesn't respond to pings, also any crash dumps etc.

Any suggestions where to look?

来源:https://stackoverflow.com/questions/57871313/erlang-node-still-running-after-initstop-ok

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!