adobe / aquarium-fish

Your best secure distributed heterogeneous dynamic compute resource manager for CI
Other
7 stars 3 forks source link

Proper cleaning on allocation/deallocation failure #6

Closed sparshev closed 1 year ago

sparshev commented 2 years ago

Currently if drivers fails - there is no cleaning for purpose of getting some clue of what went wrong. But in general it's a bad behavior especially in the automated systems - because it quickly get to the state of "disk is full" or whatever. So need to check the ways of proper cleaning after the fail.

related to: https://github.com/adobe/aquarium-fish/issues/5 related to: https://github.com/adobe/aquarium-fish/issues/4