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

Small fix for race in catalog where a buffer could get spilled while … #644

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

abellina
Copy link
Collaborator

@abellina abellina commented Sep 2, 2020

This makes it impossible for a spill to happen while we are adding a buffer, which is the issue reported here (#643).

Closes #643

…not registered in the device catalog to begin with

Signed-off-by: Alessandro Bellina <[email protected]>
@abellina abellina requested a review from jlowe September 2, 2020 16:38
@jlowe
Copy link
Member

jlowe commented Sep 2, 2020

build

@jlowe jlowe added bug Something isn't working shuffle things that impact the shuffle plugin labels Sep 2, 2020
@jlowe jlowe added this to the Aug 31 - Sep 11 milestone Sep 2, 2020
@abellina
Copy link
Collaborator Author

abellina commented Sep 2, 2020

All runs I've done with this fix look fine (no race), so I'll merge this one. Thanks @jlowe

@abellina abellina merged commit 32e7832 into NVIDIA:branch-0.2 Sep 2, 2020
@abellina abellina deleted the fix_race_in_store branch September 2, 2020 18:47
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…not registered in the device catalog to begin with (NVIDIA#644)

Signed-off-by: Alessandro Bellina <[email protected]>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…not registered in the device catalog to begin with (NVIDIA#644)

Signed-off-by: Alessandro Bellina <[email protected]>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
* Revert "verify automerge fix of Token permission (NVIDIA#643)"

This reverts commit 8261117.

* Revert "try use new token to fix automerge permission"

This reverts commit 2a9acde.

Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: Peixin Li <[email protected]>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
* Update submodule cudf to f817d96d8bdc47da9fb2725d0e5a7b18586a29ee (NVIDIA#635)

Signed-off-by: spark-rapids automation <[email protected]>

Signed-off-by: spark-rapids automation <[email protected]>

* Fixing empty columns when casting to integer or decimal crashing (NVIDIA#633)

* fixing empty columns

Signed-off-by: Mike Wilson <[email protected]>

* cudf submodule commit to v22.10.00 (NVIDIA#640)

Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: Peixin Li <[email protected]>

* try use new token to fix automerge permission

* verify automerge fix of Token permission (NVIDIA#643)

Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: Peixin Li <[email protected]>

* Revert not working automerge fix [skip ci] (NVIDIA#644)

* Revert "verify automerge fix of Token permission (NVIDIA#643)"

This reverts commit 8261117.

* Revert "try use new token to fix automerge permission"

This reverts commit 2a9acde.

Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: Peixin Li <[email protected]>

* Auto-merge use submodule in BASE ref

Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: spark-rapids automation <[email protected]>
Signed-off-by: Mike Wilson <[email protected]>
Signed-off-by: Peixin Li <[email protected]>
Co-authored-by: Jenkins Automation <[email protected]>
Co-authored-by: Mike Wilson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shuffle things that impact the shuffle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] race condition while registering a buffer and spilling at the same time
2 participants