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

Recreate edgeAgent when not Running, Stopped, or Failed #5529

Merged
merged 9 commits into from
Oct 26, 2021

Conversation

gordonwang0
Copy link
Contributor

@gordonwang0 gordonwang0 commented Sep 17, 2021

Fixes #5514

Remove and recreate the edgeAgent module when its state is not Running, Stopped, or Failed.

@gordonwang0 gordonwang0 changed the title Remove edgeAgent when not Running, Stopped, or Failed Recreate edgeAgent when not Running, Stopped, or Failed Sep 17, 2021
@gordonwang0
Copy link
Contributor Author

gordonwang0 commented Sep 17, 2021

So I just realized we map "Dead" to "Stopped", which means this won't work. Fixed now.

arsing
arsing previously approved these changes Sep 17, 2021
@@ -677,6 +678,7 @@ mod tests {
("running", ModuleStatus::Running),
("stopped", ModuleStatus::Stopped),
("failed", ModuleStatus::Failed),
("dead", ModuleStatus::Dead),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think EdgeAgent handles other modules getting into the dead state correctly. We need to handle that as well.

@kodiakhq kodiakhq bot merged commit 9efa300 into Azure:release/1.1 Oct 26, 2021
@gordonwang0 gordonwang0 deleted the release/1.1 branch November 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants