[
https://issues.apache.org/jira/browse/IMPALA-13274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876072#comment-17876072
]
ASF subversion and git services commented on IMPALA-13274:
----------------------------------------------------------
Commit 7d043864ff5f2b46b40e589bd8f19eaa23308eca in impala's branch
refs/heads/master from ttttttz
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=7d043864f ]
IMPALA-13274: Filter out illegal output for certain join nodes
Filter out illegal output for certain join nodes, including those with
join operators LEFT_ANTI_JOIN, LEFT_SEMI_JOIN, NULL_AWARE_LEFT_ANTI_JOIN,
and ICEBERG_DELETE_JOIN. For these join nodes, we only retain the tuple
ids of the outer side while computing tuple ids. If the illegal output
from these join nodes is referenced by the parent node, it may cause
the backend to crash due to missing tuple id.
Tests
- Add e2e test
Change-Id: I50b82d85737025df2fdd9e7ab0fca2385e642415
Reviewed-on: http://gerrit.cloudera.org:8080/21671
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Crash in impala::RowDescriptor::TupleIsNullable(int)
> ----------------------------------------------------
>
> Key: IMPALA-13274
> URL: https://issues.apache.org/jira/browse/IMPALA-13274
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Affects Versions: Impala 4.4.0
> Reporter: Zhi Tang
> Assignee: Zhi Tang
> Priority: Critical
> Attachments: image-2024-08-05-17-48-01-975.png
>
>
> Log information:
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00000000011dcad9, pid=63990, tid=0x00007f4137874700
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_152-b16) (build
> 1.8.0_152-b16)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.152-b16 mixed mode
> linux-amd64 compressed oops)
> # Problematic frame:
> # C [impalad+0xddcad9] impala::RowDescriptor::TupleIsNullable(int)
> const+0x19
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core
> dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /****/hs_err_pid63990.log
> #
> # If you would like to submit a bug report, please visit:
> # [http://bugreport.java.com/bugreport/crash.jsp]
> #
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]