Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8334
Change subject: IMPALA-6060: Check the return value of JNI exception handling functions ...................................................................... IMPALA-6060: Check the return value of JNI exception handling functions When JVM runs out of memory and throws an error to JNI, the error handling code uses JNI to get the exception message, resulting in a null pointer and crashing the process. This patch adds error handling code to JniUtil::GetJniExceptionMsg(). Change-Id: Ie3ed88bf8739c56a066f2402727c8204e96aa116 --- M be/src/util/jni-util.cc M be/src/util/jni-util.h M be/src/util/logging-support.cc M fe/src/main/java/org/apache/impala/common/JniUtil.java 4 files changed, 32 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/8334/1 -- To view, visit http://gerrit.cloudera.org:8080/8334 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3ed88bf8739c56a066f2402727c8204e96aa116 Gerrit-Change-Number: 8334 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <tw...@cloudera.com>