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

[GLUTEN-6279][CH] Inroduce JNI safe array #6280

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

baibaichen
Copy link
Contributor

@baibaichen baibaichen commented Jun 29, 2024

What changes were proposed in this pull request?

To fix memory leak, I Inroduce JNI safe array to avoid call ReleaseByteArrayElements manually

(Fixes: #6279)

How was this patch tested?

Using existed UTs

Copy link

#6279

Copy link

Run Gluten Clickhouse CI

7 similar comments
Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@baibaichen
Copy link
Contributor Author

Run Gluten Clickhouse CI

@baibaichen
Copy link
Contributor Author

Run Gluten Clickhouse CI

@baibaichen
Copy link
Contributor Author

Run Gluten Clickhouse CI

@baibaichen
Copy link
Contributor Author

Run Gluten Clickhouse CI

@baibaichen
Copy link
Contributor Author

Run Gluten Clickhouse CI

@baibaichen baibaichen force-pushed the feature/safe_array branch from 02d0531 to beda176 Compare July 2, 2024 02:04
Copy link

github-actions bot commented Jul 2, 2024

Run Gluten Clickhouse CI

@baibaichen baibaichen force-pushed the feature/safe_array branch from beda176 to 182f9bb Compare July 2, 2024 03:24
Copy link

github-actions bot commented Jul 2, 2024

Run Gluten Clickhouse CI

@baibaichen baibaichen force-pushed the feature/safe_array branch from 182f9bb to 18ff9a7 Compare July 2, 2024 07:09
Copy link

github-actions bot commented Jul 2, 2024

Run Gluten Clickhouse CI

@exmy
Copy link
Contributor

exmy commented Jul 2, 2024

LGTM

@baibaichen baibaichen merged commit dde87b1 into apache:main Jul 2, 2024
7 checks passed
@baibaichen baibaichen deleted the feature/safe_array branch July 2, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Leak in CH backend
2 participants