When we manually stop a standalone cluster(stop-cluster.sh) and then start it again(start-cluster.sh), we can see that all the jobs are restored after cluster is started. Does this use savepoints underhood to save and restore the jobs, or is it recommended to manually stop the jobs with savepoints before stopping the cluster, and then restore the jobs with savepoints after starting the cluster again.Thanks.
Asked
Active
Viewed 59 times
1
-
I dont think that stopping the cluster automatically triggers the save points of the running jobs. At least it is what I understood from this question... https://stackoverflow.com/a/52112678/2096986 – Felipe Oct 17 '20 at 11:23