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 the lifetime tracking of node components #4200

Merged
merged 1 commit into from
May 10, 2024

Conversation

dominiklohmann
Copy link
Member

The old code had a race condition that sometimes triggered an assertion failure in CI. Now the tracking is properly implemented through monitoring, which should fix the issue we've been seeing.

The old code had a race condition that sometimes triggered an assertion
failure in CI. Now the tracking is properly implemented through
monitoring, which should fix the issue we've been seeing.
@dominiklohmann dominiklohmann added bug Incorrect behavior engine Core pipeline and storage engine labels May 10, 2024
Copy link
Contributor

@IyeOnline IyeOnline left a comment

Choose a reason for hiding this comment

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

I'll just trust you on this one :)

@dominiklohmann dominiklohmann merged commit 2e97694 into main May 10, 2024
24 checks passed
@dominiklohmann dominiklohmann deleted the topic/node-shutdown-take-3 branch May 10, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior engine Core pipeline and storage engine
Projects
None yet
2 participants