gazelle_plugin icon indicating copy to clipboard operation
gazelle_plugin copied to clipboard

Using llvm-9 and clang-9 will encounter hanging issue when running q14a.sql on ubuntu cluster.

Open haojinIntel opened this issue 2 years ago • 3 comments

For OAP-1.4 testing, we encounter hanging issue when running q14a.sql on our ubuntu cluster. image When we set "spark.oap.sql.columnar.hashagg" equal to false, the query can pass.

haojinIntel avatar Jun 14 '22 09:06 haojinIntel

I guess this issue is related to our recent patch that forcing to replace sort agg with hash agg.

PHILO-HE avatar Jun 16 '22 00:06 PHILO-HE

@zhouyuan @PHILO-HE The issue is caused by llvm-9 and clang-9. After I exchange the version from 9 to 7, the issue not occurred again.

haojinIntel avatar Jun 17 '22 14:06 haojinIntel

@haojinIntel thanks for the clarify! ideally LLVM9 should also work

zhouyuan avatar Jun 17 '22 14:06 zhouyuan