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

Result tile wait_all should block on the async i/o result #5446

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ypatia
Copy link
Member

@ypatia ypatia commented Feb 12, 2025

As @ihnorton has noticed while auditing the code in #5401 , in result tile destructor we were waiting on data() instead of filtered_data() for the async task to have finished. This was a leftover from the previous version of the code (before the split between part 1 and 2), where we were also unfiltering in an async fashion, so data() was also blocking waiting for the unfiltering shared future to be done.

This PR fixes this by waiting just for the I/O task to be done.


TYPE: IMPROVEMENT
DESC: Result tile wait_all should block on the async I/O result

@ypatia ypatia requested review from ihnorton and rroelke February 12, 2025 08:32
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.

2 participants