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 deadlock in WithServicesTransform #631

Merged
merged 1 commit into from
May 16, 2024

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented May 16, 2024

WithServicesTransform can lock as a service-processing goroutine reports error, then result collector will stop, but some other goroutine still try to push result

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof ndeloof merged commit 197e635 into compose-spec:main May 16, 2024
8 checks passed
@ndeloof ndeloof deleted the WithServicesTransform_deadlock branch May 16, 2024 14:58
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