Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] GpuJsonTuple memory leak #10404

Closed
gerashegalov opened this issue Feb 9, 2024 · 1 comment
Closed

[BUG] GpuJsonTuple memory leak #10404

gerashegalov opened this issue Feb 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working reliability Features to improve reliability or bugs that severly impact the reliability of the plugin

Comments

@gerashegalov
Copy link
Collaborator

SPARK_HOME=~/dist/spark-3.1.1-bin-hadoop3.2  \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
TEST_PARALLEL=0 \
COVERAGE_SUBMIT_FLAGS="-Dai.rapids.refcount.debug=true" \
TZ= ./integration_tests/run_pyspark_from_build.sh -k test_json_tuple_select_non_generator_col -s |& tee build.log

which is already responsible for 20 Leaked buffers . It reproduces on my laptop and desktop GPU, so pretty sure it's on the CI log and would have been caught by #6947 had it already been implemented.

Originally posted by @gerashegalov in #9974 (comment)

@gerashegalov gerashegalov self-assigned this Feb 9, 2024
@gerashegalov gerashegalov added bug Something isn't working reliability Features to improve reliability or bugs that severly impact the reliability of the plugin labels Feb 9, 2024
@gerashegalov
Copy link
Collaborator Author

FIxed by #10403

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working reliability Features to improve reliability or bugs that severly impact the reliability of the plugin
Projects
None yet
Development

No branches or pull requests

1 participant