You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2022/08/30 14:56:00 UTC

[jira] [Created] (IMPALA-11543) JniUtil should print exception message even if throwable_to_stack_trace_id fails

Csaba Ringhofer created IMPALA-11543:
----------------------------------------

             Summary: JniUtil should print exception message even if throwable_to_stack_trace_id fails
                 Key: IMPALA-11543
                 URL: https://issues.apache.org/jira/browse/IMPALA-11543
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Csaba Ringhofer


If we can get the message but not the callstack, we do not print the message, only a generic one about suspecting OOM:
https://github.com/apache/impala/blob/876829951dc23ac044e79c3ed3088207d812d3bb/be/src/util/jni-util.cc#L281

This can make investigation harder if Impala actually goes to that branch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)