Tiansu Yu
11/15/2022, 3:02 PMstop-cluster.sh there are still some task-manager dangling in ps aux (presumably keeping the job history). Does one needs to kill these in order to help reload the flink source files? Does that leads to memory leaks if too many old task-manager processes hanging around?Konstantin
11/15/2022, 3:13 PMtaskmanager.sh stop-all can be used to stop all taskmanagers.Chesnay Schepler
11/15/2022, 3:22 PMI think_,_ stop-cluster.sh only stops one taskmanagerThat depends. If you manually start additional task managers then they will not be stopped. If you setup all processes via
conf/workers then it will stop all of them.Tiansu Yu
11/15/2022, 3:32 PMstop-cluster.sh and kill them all.