fix: Drop guard so we don't hold the lock when we may get traces at a… by astuyve · Pull Request #873 · DataDog/datadog-lambda-extension
Navigation Menu
{{ message }}
DataDog / datadog-lambda-extension Public
- Notifications You must be signed in to change notification settings
- Fork 17
Merged
fix: Drop guard so we don't hold the lock when we may get traces at a…#873
fix: Drop guard so we don't hold the lock when we may get traces at a…#873
Conversation
Copy link
Contributor
astuyve
commented
Sep 26, 2025
astuyve
commented
…ny time
Fixes an issue where in certain runtimes (go/java) which flush traces asynchronously, we may hold this lock too long. This causes tokio tasks at the API/trace aggr to pile up and cause a deadlock
astuyve
requested a review
from a team
as a code owner
litianningdatadog approved these changes Sep 26, 2025
duncanista approved these changes Sep 26, 2025
Copy link
Contributor
duncanista
left a comment
duncanista
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫡
astuyve
deleted the
aj/fix-deadlock-trace-flush
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment