Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.0.0, 2.0.0
-
None
Description
LocalState#get(String) can throw FileNotFoundException which may result in supervisor.clj#sync-processes which stop assigning new workers/assignments etc and supervisor goes down later.
VersionedStore#mostRecentVersionPath() can return a file only with suffix of .version but the original file for a specific version may not have been there because .version suffix was not deleted but respective data file may have been deleted in earlier cleanups.