Project

General

Profile

Idea #7980

Updated by Brett Smith over 8 years ago

Right now we're in a situation where we want the workaround from #7286 to kick in, but the daemon is declining to shut the nodes down because there are jobs in the queue waiting to be run.    Shutdowns caused by node malfunction—basically, any case in ComputeNodeMonitorActor.shutdown_eligible except for self.in_state('idle')—should be respected unconditionally. 

 This will probably involve having consider_shutdown send a "force" boolean to its subscribers, and updating the daemon to respect that.

Back