Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12582
Change subject: Fix a handful of JNI usage errors. ...................................................................... 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 --- M be/src/catalog/catalog-util.cc M be/src/util/logging-support.cc 2 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/12582/1 -- 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: newchange Gerrit-Change-Id: Id3b8bccee20cc882cffa4439e550e1f48347d3a6 Gerrit-Change-Number: 12582 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
