[ 
https://issues.apache.org/jira/browse/IMPALA-13649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17983763#comment-17983763
 ] 

ASF subversion and git services commented on IMPALA-13649:
----------------------------------------------------------

Commit 594912f636497779ff4007c73bed77ac5429944d in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=594912f63 ]

IMPALA-13649: (addendum) lower the multiple in TestExprDepthLimit

TestExprDepthLimit still hit stack overflow when at 8x deeper than
Expr.EXPR_DEPTH_LIMIT (1000). This patch lower the multiple further to
2x so that the expression tree does not hit stack overflow during
creation.

Testing:
Pass FE_TEST with JDK17.

Change-Id: If77a64435091459fa8a7d7bb5218a8eb0895802c
Reviewed-on: http://gerrit.cloudera.org:8080/23047
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Stack overflow in TestExprDepthLimit with jdk 17
> ------------------------------------------------
>
>                 Key: IMPALA-13649
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13649
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Csaba Ringhofer
>            Assignee: Riza Suminto
>            Priority: Critical
>             Fix For: Impala 5.0.0
>
>
> Stacktrace
> {noformat}
> java.lang.StackOverflowError
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>       at org.apache.impala.common.TreeNode.collect(TreeNode.java:146)
>         ...{noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to