-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Fix the deadlock between rollout and self healing controller (#259)
There is a deadlock issue when specify composition should ignore side effect. Initially, the resource slice self-healing controller detects that no resource slice exists and sets the composition's pending re-synthesis time to trigger the re-creation of the resource slice. Subsequently, the rollout controller removes the pending re-synthesis time upon finding that the composition is configured to ignore side effects. The self-healing controller then receives the composition update event and still finding no resource slice, sets the pending re-synthesis time again to re-create the resource slice. The rollout controller receives the subsequent update event and removes the pending re-synthesis time again to ignore side effects.
- Loading branch information
1 parent
59cc032
commit bf707c8
Showing
2 changed files
with
122 additions
and
0 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