Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If a non-active host receives and processes the LAUNCH event before the leader does, then we encounter a SpecNotFoundException when the leader goes to process the event and the execution of the LAUNCH will be missed. This PR moves the deletion to the DagManager and does it only after completing addDag to persist the event and after checking active status.