What is the recommended way to kill geode process. We use shutdown and stop commands to stop server/servers but sometimes it doesn't work and we end up using kill -9. Which I don't think is the right way to kill as we have persistence enabled and it terminates the process abruptly.
Then option left is SIGABRT VS SIGTERM? With best regards, Ashish