ipyparallel icon indicating copy to clipboard operation
ipyparallel copied to clipboard

HTCondor engines dont stop when using SSHProxyEngineSetLauncher

Open feanor12 opened this issue 8 years ago • 2 comments

I'm using SSHProxyEngineSetLauncher to start an ipcluster on a remote machine which uses condor. When stopping SSHProxyEngineSetLauncher condor_q still shows ipengines in the queue.

I think this is because SSHProxyEngineSetLauncher kills the ssh connection which runs ipcluster. With this approach the ipcluster is not able to correctly shut down and kill the engines.

Maybe it is possible the send a shutdown signal before killing the connection

feanor12 avatar Dec 01 '16 14:12 feanor12

Was there any resolution to this issue @feanor12 ? Also wondering if you have docs on how you setup the IpyParallel cluster on the HtCondor pool.

cloudronin avatar Jul 04 '18 04:07 cloudronin

I eventually switched to a python(actual working thing) + HtCondor approach, without ipengines. So I don't have a solution for the problem. Sorry

feanor12 avatar Jul 04 '18 14:07 feanor12