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

Make the GpuTimeZoneDB class idempotent #1670

Merged

Conversation

NVnavkumar
Copy link
Collaborator

Fixes NVIDIA/spark-rapids#10129.

The GpuTimeZoneDB class needs to be able to recover from shutdown() being called and potentially being revived again. This can happen when the executor plugin context is shutdown but the JVM is reused with a new executor plugin context.

…n, it can be recovered and useable again

Signed-off-by: Navin Kumar <[email protected]>
@NVnavkumar
Copy link
Collaborator Author

build

@NVnavkumar NVnavkumar merged commit 4358580 into NVIDIA:branch-24.02 Jan 2, 2024
4 checks passed
@sameerz sameerz added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Unit test suite fails with Null data pointer in GpuTimeZoneDB
3 participants