You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "ttttttz (Code Review)" <ge...@cloudera.org> on 2023/04/28 10:19:51 UTC

[Impala-ASF-CR] IMPALA-12102: Avoid memory leaks in the handling of JNI exceptions

Hello Quanlong Huang, Daniel Becker, Impala Public Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19810

to look at the new patch set (#3).

Change subject: IMPALA-12102: Avoid memory leaks in the handling of JNI exceptions
......................................................................

IMPALA-12102: Avoid memory leaks in the handling of JNI exceptions

During the processing of JNI Exceptions, some local references
were not released in a timely manner, which may lead to memory
leaks in the JVM.

Testing:
- Passed validation in the local development environment.

Change-Id: I4843df07dd0f9d3dc237f91db4ec00721ebbd680
---
M be/src/util/jni-util.cc
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/19810/3
-- 
To view, visit http://gerrit.cloudera.org:8080/19810
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4843df07dd0f9d3dc237f91db4ec00721ebbd680
Gerrit-Change-Number: 19810
Gerrit-PatchSet: 3
Gerrit-Owner: ttttttz <24...@qq.com>
Gerrit-Reviewer: Daniel Becker <da...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <hu...@gmail.com>
Gerrit-Reviewer: ttttttz <24...@qq.com>