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 Exit Ordering #166

Merged
merged 2 commits into from
May 8, 2024
Merged

Fix Exit Ordering #166

merged 2 commits into from
May 8, 2024

Conversation

rennergade
Copy link
Contributor

Description

Fixes # (issue)

Fixes concurrency bug that shows up in nginx where a non-blocking wait tries to happen before the exited process is added to the exited list.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Lind Suite
Lamp Tests

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

Copy link

@yzhang71 yzhang71 left a comment

Choose a reason for hiding this comment

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

This change LGTM!

@rennergade rennergade merged commit 2843925 into develop May 8, 2024
1 check failed
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.

None yet

2 participants