This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ciao-launcher: Send InstanceDeleted after instance deletion
Launcher was incorrectly sending the InstanceDeleted event before the instance and its associated network assets had been deleted. This was causing a race condition in which controller was re-using some of the resources assigned to the instance before it was actually deleted for new instances. When this happened the new instances typically failed to start. This commit delays the sending of the InstanceDelete event until after the instance has been deleted. Fixes #808 Signed-off-by: Mark Ryan <[email protected]>
- Loading branch information
Mark Ryan
committed
Nov 16, 2016
1 parent
e31c080
commit 55513fb
Showing
3 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters