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

[FEA] See if we can avoid the warning about leaking HCV used to store GPU Timezone Database #1571

Closed
NVnavkumar opened this issue Nov 17, 2023 · 0 comments · Fixed by #1689
Closed

Comments

@NVnavkumar
Copy link
Collaborator

See #1553 (comment)

Since the HCV is kept around for the entire duration of the executor process, when the executor stops (either normally or by failure), we are not always in a situation whether GpuTimeZoneDB.shutdown() is called at the end. Therefore, we need to suppress the warnings that will come from this part of the code when the host column vector is leaked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants