exemplarsvm
exemplarsvm copied to clipboard
deleting files during models/grids load has race condition
This rarely comes up, but better to address now than feel the pain later.
What happens is one of the nodes is waiting for files to finish, while another process deletes them, so the first process is stuck in an infinite loop waiting for files to appear which never will.