You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This was originally reported as an issue with xxhash64 in #517 but xxhash64 is not really involved.
When running TPC-H q8 with xxhash64 enabled, the executor becomes unresponsive, with most cores at 100%. Running a kill -QUIT command against the process dumps the current JVM stacks and shows a 500+ line stack performing plan transformation that appears to be the issue.
The issue seems to be that doCanonicalized runs forever for this query.
andygrove
changed the title
Spark executor becomes unresponsive when trying to transform query plan for TPC-H q8
Infinite recursion when calling canonicalized on query plan for TPC-H q8
Jun 17, 2024
Describe the bug
Note: This was originally reported as an issue with xxhash64 in #517 but xxhash64 is not really involved.
When running TPC-H q8 with xxhash64 enabled, the executor becomes unresponsive, with most cores at 100%. Running a
kill -QUIT
command against the process dumps the current JVM stacks and shows a 500+ line stack performing plan transformation that appears to be the issue.See attached log.
executor-thread-dump.txt.gz
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: