问题
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