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

[BUG] GpuSemaphore can deadlock if there are multiple threads per task #9485

Closed
revans2 opened this issue Oct 19, 2023 · 0 comments · Fixed by #9501
Closed

[BUG] GpuSemaphore can deadlock if there are multiple threads per task #9485

revans2 opened this issue Oct 19, 2023 · 0 comments · Fixed by #9501
Assignees
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Oct 19, 2023

Describe the bug
The GPU semaphore makes the assumption that each task has a single thread, but that is not true for python UDFs where a writer thread is launched in the background to feed the process.

We really want is that is for a task to get the semaphore and not a thread.

@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Oct 19, 2023
@revans2 revans2 self-assigned this Oct 19, 2023
@revans2 revans2 removed the ? - Needs Triage Need team to review and classify label Oct 23, 2023
@sameerz sameerz closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants