TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

LsfJobManager: cacheLock not unlocked #52

Closed askask closed 7 years ago

askask commented 7 years ago

In LsfJobManager.runJob(BEJob job), the cacheLock is locked but never unlocked. This means in all subsequent operations wait forever.