Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12582 )
Change subject: IMPALA-8250: Fix a handful of JNI usage errors. ...................................................................... IMPALA-8250: Fix a handful of JNI usage errors. Running Impala with LIB_HDFS_OPTS=-Xcheck:jni revealed a case of "FATAL ERROR in native method: Bad global or local ref passed to JNI" as well as 'WARNING in native method: JNI FindClass received a bad class descriptor "Lorg/apache/impala/common/Pair;"' This commit fixes these. There are additional JNI warnings that I'm working through as well as a fundamental question about how to avoid these systematically. Kudos to Lars Volker and Sahil Takiar who co-found these issues. Change-Id: Id3b8bccee20cc882cffa4439e550e1f48347d3a6 Reviewed-on: http://gerrit.cloudera.org:8080/12582 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/catalog/catalog-util.cc M be/src/util/logging-support.cc 2 files changed, 4 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12582 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id3b8bccee20cc882cffa4439e550e1f48347d3a6 Gerrit-Change-Number: 12582 Gerrit-PatchSet: 4 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Sahil Takiar <[email protected]>
