-
Notifications
You must be signed in to change notification settings - Fork 208
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
Retry error logging #1844
Retry error logging #1844
Conversation
…eption messages" (rapidsai#1843)" This reverts commit 01edf5a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pmattione-nvidia Thanks. I took a quick look at the bugfix commit and it seems fine. I would like to wait to merge this until we get cuDF's CI passing again, to avoid extending the current disruption due to nightly failures. I'm requesting changes for the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cuDF CI is passing again. I'll merge this.
/merge |
Retry getting improved error throwing and logging, with bugs fixed and test added that repros the cudf failure. Original PR that was reverted.
The changes to the previously-approved PR that includes the fixes and test is this commit. The original while loop has been restored with better error handling.
Note that this changes the interface of the macros, one of which is called in cudf that will be changed here after this goes in.
Checklist