aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Terminating a task 'On Hold' just sends it to 'Data Ready' #449

Closed prioux closed 8 years ago

prioux commented 8 years ago

It seems in some circumstances, sending 'Terminate' to a task 'On Hold' will not mark it as terminated but will move it to the 'Data Ready' state. Seen on Colosse the CBRAIN service.

prioux commented 8 years ago

Not a bug. Task on cluster had been deleted. Sending Terminate just turned in into Data Ready first, then the Terminate wasn't even sent because it's not needed (doesn't appy to Data Ready).