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

tapd: fix mutex deadlock in universe cache #1338

Merged
merged 1 commit into from
Jan 29, 2025
Merged

tapd: fix mutex deadlock in universe cache #1338

merged 1 commit into from
Jan 29, 2025

Conversation

guggero
Copy link
Member

@guggero guggero commented Jan 29, 2025

We tried to acquire the read lock after already having acquired the write lock.

We tried to acquire the read lock after already having acquired the
write lock.
@GeorgeTsagk
Copy link
Member

This CI failure is being fixed by #1339

Copy link
Member

@GeorgeTsagk GeorgeTsagk left a comment

Choose a reason for hiding this comment

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

Thanks for the fix 🐞
LGTM ✔️

Copy link
Contributor

@gijswijs gijswijs left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@guggero guggero merged commit c8055a4 into main Jan 29, 2025
16 of 18 checks passed
@guggero guggero deleted the cache-deadlock branch January 29, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants