dispy processes are not terminating even after it exceeds zombie interval
Posted: Thu May 06, 2021 2:00 am
Hi All,
I'm trying to executing high computation tasks on top of dispy nodes. Actually my cvm has 8 cores.
When I submit the jobs I set the zombie interval as 5 mins. But even the computation takes more than 5 mins, the processes were not marked as zombie process, so that I couldn't be able to use that node for subsequent processes.
Any idea to terminate those long running processes and enable that node for future jobs?
This is the msg I'm getting from dispy node
And also why dispy scheduler is sending empty byte to each worker nodes? is it ping messages?
Thanks.
Regards,
Nilashan
I'm trying to executing high computation tasks on top of dispy nodes. Actually my cvm has 8 cores.
When I submit the jobs I set the zombie interval as 5 mins. But even the computation takes more than 5 mins, the processes were not marked as zombie process, so that I couldn't be able to use that node for subsequent processes.
Any idea to terminate those long running processes and enable that node for future jobs?
This is the msg I'm getting from dispy node
Code: Select all
Ignoring invalid request from '<head node ip address : port>'
Thanks.
Regards,
Nilashan