For some reason I’m suddenly having issues quitting cardano-node on one of my relays. I normally run a systemd service and figured that might be the issue, but when I run cardano-node in a tux session I get the same problem.
The node will start and run and everything appears normal. Then when I give command
killall -s SIGINT cardano-node
it just goes ignored or the response is delayed by about a minute. Then I try the command again and the log just abruptly stops, no shutting down notice. Then when I try to start the node again it takes 10-30 minutes like it wasn’t cleanly shut down.
Any ideas on what the problem is or how to fix it?