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

Fix race condition in the C++ impl for the pre-process fil stage #1390

Conversation

dagardner-nv
Copy link
Contributor

Description

  • Fixes a race condition where the fix_bad_columns method attempts to fix the same column more than once per-DF, resulting in a failure on the second attempt.

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv requested a review from a team as a code owner November 28, 2023 20:20
@dagardner-nv dagardner-nv self-assigned this Nov 28, 2023
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels Nov 28, 2023
This reverts commit 427d392.
…we potentially attempt to fix a column multiple times per df"

This reverts commit 142ac8a.
Copy link
Contributor

@drobison00 drobison00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, also fixes the ab_nvsmi failure on my end.

@dagardner-nv dagardner-nv marked this pull request as draft November 28, 2023 23:30
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dagardner-nv Can you move this out of draft so it can be merged?

@mdemoret-nv mdemoret-nv marked this pull request as ready for review November 29, 2023 22:33
@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 3a02383 into nv-morpheus:branch-23.11 Nov 29, 2023
9 checks passed
@dagardner-nv dagardner-nv deleted the branch-23.11-preprocess-fil-fix branch April 9, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants