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: allow stopping services in the starting state #512

Conversation

IronCore864
Copy link
Contributor

@IronCore864 IronCore864 commented Oct 18, 2024

Previously, we introduced a fix to allow stopping services in the starting state.

Because of this fix, we discovered another deadlock issue, so we rolled it back. Now that the deadlock issue is fixed by this PR, we are reintroducing the fix about "allowing stopping services in the starting state".

Benchmark test, manual test to reproduce the 3-way deadlock issue, and race test are all done and passed.

@IronCore864 IronCore864 changed the title Revert "chore: revert changes introduced by allowing stopping service… fix: allow stopping services in the starting state Oct 18, 2024
@IronCore864 IronCore864 marked this pull request as ready for review October 18, 2024 04:46
Copy link
Contributor

@benhoyt benhoyt left a comment

Choose a reason for hiding this comment

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

Thanks! Change is identical to the already-reviewed #503, approving.

@IronCore864 IronCore864 merged commit fc1d18b into canonical:master Oct 21, 2024
18 checks passed
@IronCore864 IronCore864 deleted the allow-stopping-services-in-starting-state branch October 21, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants