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] we need to mark columns from received shuffle buffers as GpuColumnVectorFromBuffer #860

Closed
abellina opened this issue Sep 26, 2020 · 0 comments · Fixed by #872
Closed
Assignees
Labels
bug Something isn't working performance A performance related task/issue shuffle things that impact the shuffle plugin

Comments

@abellina
Copy link
Collaborator

abellina commented Sep 26, 2020

Batches built from the UCX shuffle could have non GpuColumnVectorFromBuffer columns, and this causes extra contig_split calls within the spillable coalesce added #763.

I need to spend a bit more time here, but I think the fix is simple and similar to: #851, that way when we add batches in the spillable coalesce, we don't call contig_split, for every single received batch.

I am working on a fix, but will be in sometime Sunday or Monday.

@revans2 @jlowe fyi.

@abellina abellina added bug Something isn't working ? - Needs Triage Need team to review and classify labels Sep 26, 2020
@abellina abellina self-assigned this Sep 26, 2020
@abellina abellina added shuffle things that impact the shuffle plugin performance A performance related task/issue labels Sep 26, 2020
@abellina abellina added this to the Sep 28 - Oct 9 milestone Sep 28, 2020
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Sep 29, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
…IDIA#860)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance A performance related task/issue shuffle things that impact the shuffle plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants