You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/09/29 22:03:00 UTC

[jira] [Created] (IMPALA-6002) Impala should install an LLVM diagnostic handler

Tim Armstrong created IMPALA-6002:
-------------------------------------

             Summary: Impala should install an LLVM diagnostic handler
                 Key: IMPALA-6002
                 URL: https://issues.apache.org/jira/browse/IMPALA-6002
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
    Affects Versions: Impala 2.11.0
            Reporter: Tim Armstrong
            Priority: Critical


LLVM has an interface to install a diagnostic handler to handle errors. The default behaviour will exit the process immediately, which is not desirable if the problem is something like a malformed IR UDF.  See IMPALA-5999 for an example.

http://llvm.org/doxygen/DiagnosticHandler_8h_source.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)