Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
There is a race condition since shutdown-worker is called by both sync-processes and synchronize-supervisor in supervisor. One pid directory might have been already deleted when rmr-as-user tries to delete it.
Therefore, we should not let the FileNotFoundException get thrown and crash the supervisor.