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

Use withRetry when manifesting spillable batch in GpuShuffledHashJoinExec #10421

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Feb 13, 2024

Relates to #10319. This adds a withRetryNoSplit when manifesting a spillable columnar batch so the task can be paused when memory gets low. With this change, I no longer see the OOM thrown from the spillable columnar batch manifestation as was evident before this change.

…Exec

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the reliability Features to improve reliability or bugs that severly impact the reliability of the plugin label Feb 13, 2024
@jlowe jlowe self-assigned this Feb 13, 2024
@jlowe
Copy link
Member Author

jlowe commented Feb 13, 2024

build

@jlowe jlowe merged commit 74576f0 into NVIDIA:branch-24.04 Feb 14, 2024
40 of 41 checks passed
@jlowe jlowe deleted the join-missing-withretry branch February 14, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reliability Features to improve reliability or bugs that severly impact the reliability of the plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants