Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10746 )
Change subject: IMPALA-7150: fixes jni frame scope ...................................................................... IMPALA-7150: fixes jni frame scope A previous change (https://gerrit.cloudera.org/#/c/9968/) reduced the time that a lib-cache entry was held when initializing a udf. It did so by introducing a new scope. However, that scope captured a jni frame, which resulted in an earlier frame pop than before. This change decouples the frame scope from the lib-cache scope so that the frame is popped at the end of the method (as before) instread of with the lib-cache scope. Testing: - core, asan tests pass Change-Id: I38d482dde6ed7f8857ae565bf62a8e923ffb0ae9 Reviewed-on: http://gerrit.cloudera.org:8080/10746 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/exprs/hive-udf-call.cc 1 file changed, 7 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/10746 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I38d482dde6ed7f8857ae565bf62a8e923ffb0ae9 Gerrit-Change-Number: 10746 Gerrit-PatchSet: 4 Gerrit-Owner: Vuk Ercegovac <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
