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

[GLUTEN-6477][VL] Fix occasional dead lock during spilling #6515

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

zhztheplayer
Copy link
Member

@zhztheplayer zhztheplayer commented Jul 19, 2024

Fixes #6477

@zhztheplayer zhztheplayer changed the title DNM: minor PoC [GLUTEN-6477] Fix occasional dead lock during spilling Jul 24, 2024
@zhztheplayer zhztheplayer changed the title [GLUTEN-6477] Fix occasional dead lock during spilling [GLUTEN-6477][VL] Fix occasional dead lock during spilling Jul 24, 2024
Copy link

#6477

@zhztheplayer zhztheplayer marked this pull request as ready for review July 24, 2024 01:24
@apache apache deleted a comment from github-actions bot Jul 24, 2024
@zhztheplayer
Copy link
Member Author

I'm merging this @weiting-chen

@zhztheplayer zhztheplayer merged commit da2b60c into apache:main Jul 25, 2024
44 checks passed
weiting-chen pushed a commit to weiting-chen/gluten that referenced this pull request Jul 25, 2024
weiting-chen added a commit that referenced this pull request Jul 25, 2024
* [GLUTEN-6501][VL] Fix the missing fileReadProperties when constructing a LocalFilesNode (#6503)

* [GLUTEN-6477][VL] Fix occasional dead lock during spilling (#6515)

* [VL] Add thread_safe to several VeloxRuntime classes (#6526)

VeloxRuntime is shared by many threads, like task threads or parquet writter threads. We must make sure the objects hold by VeloxRuntime are thread safe.

* [VL] Following #6526, minor fixes and improvements (#6554)

---------

Co-authored-by: zhaokuo <[email protected]>
Co-authored-by: Hongze Zhang <[email protected]>
Co-authored-by: BInwei Yang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VL] deadlock during spill
2 participants