Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix module converge on extender update #486

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

miklezzzz
Copy link
Contributor

@miklezzzz miklezzzz commented Jul 4, 2024

Overview

This pr slightly updates ModuleManagerEventHandler's logic regarding processing events from Dynamic Extender.
Also, it bumps shell-operator to v1.4.9.

What this PR does / why we need it

The point is that we have to check the operator's converge Phase before deciding if we can put converge restart task in the beginning of the main queue. If converge hasn't start yet, it's highly likely there are some global hooks tasks in the main queue and we should let them run before restarting the converge process. Otherwise, some global values may be missing and restarting the converge ends up in a failure.

Special notes for your reviewer

@miklezzzz miklezzzz self-assigned this Jul 4, 2024
@miklezzzz miklezzzz added the enhancement New feature or request label Jul 4, 2024
Signed-off-by: Mikhail Scherba <[email protected]>
@miklezzzz miklezzzz force-pushed the update-dynamic-enabled-event-reaction branch from b1c1b20 to dd69b87 Compare July 4, 2024 14:06
@miklezzzz miklezzzz requested a review from yalosev July 4, 2024 14:46
@miklezzzz miklezzzz marked this pull request as ready for review July 4, 2024 14:52
@yalosev yalosev merged commit 23a0331 into main Jul 4, 2024
8 checks passed
@yalosev yalosev deleted the update-dynamic-enabled-event-reaction branch July 4, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants