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

coordinator: correct shutdown, report serve errors #779

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

katexochen
Copy link
Member

Previously, the errgroup would wait for all goroutines to terminate, causing the error of one failing server to never be logged.

@katexochen katexochen added bug fix Fixing a user facing bug backport release/v0.8 labels Aug 1, 2024
@katexochen katexochen requested review from burgerdev and msanft August 1, 2024 11:07
coordinator/main.go Outdated Show resolved Hide resolved
coordinator/main.go Outdated Show resolved Hide resolved
coordinator/main.go Outdated Show resolved Hide resolved
@katexochen katexochen merged commit ee97953 into main Aug 1, 2024
9 checks passed
@katexochen katexochen deleted the p/fix-errgroup branch August 1, 2024 11:41
@edgelessci
Copy link
Contributor

Successfully created backport PR for release/v0.8:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/v0.8 bug fix Fixing a user facing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants