[VL] Record the failed unit test caused by BHJ optimization PR #8931
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Backend
VL (Velox)
### Bug description
The `GlutenInjectRuntimeFilterSuite's Runtime bloom filter join: two joins ` test case failed in the `spark-test-spark35-ras` test environment. This suite runs successfully on its own but fails when all unit tests are executed together in ci environment. Additionally, the issue cannot be reproduced locally, even within a docker image. As a result, we have temporarily disabled this suite.
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
2025-04-29T01:04:16.4024315Z #
2025-04-29T01:04:16.4028654Z # A fatal error has been detected by the Java Runtime Environment:
2025-04-29T01:04:16.4029744Z #
2025-04-29T01:04:16.4031307Z # SIGSEGV (0xb) at pc=0x00007f58f1e9aa31, pid=53069, tid=181063
2025-04-29T01:04:16.4031823Z #
2025-04-29T01:04:16.4032304Z # JRE version: OpenJDK Runtime Environment 21.9 (17.0.1+12) (build 17.0.1+12-LTS)
2025-04-29T01:04:16.4033676Z # Java VM: OpenJDK 64-Bit Server VM 21.9 (17.0.1+12-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
2025-04-29T01:04:16.4034553Z # Problematic frame:
2025-04-29T01:04:16.4035623Z # C [libvelox.so+0x576aa31] facebook::velox::exec::HashBuild::HashBuild(int, facebook::velox::exec::DriverCtx*, std::shared_ptr)+0x5d1
2025-04-29T01:04:16.4049649Z #
2025-04-29T01:04:16.4050986Z # Core dump will be written. Default location: Core dumps may be processed with "/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h" (or dumping to /__w/incubator-gluten/incubator-gluten/gluten-ut/spark35/core.53069)
2025-04-29T01:04:16.4052355Z #
2025-04-29T01:04:16.4052720Z # An error report file with more information is saved as:
2025-04-29T01:04:16.4053456Z # /__w/incubator-gluten/incubator-gluten/gluten-ut/spark35/hs_err_pid53069.log
2025-04-29T01:04:16.4478872Z [thread 53090 also had an error]
2025-04-29T01:06:17.4993357Z # [ timer expired, abort... ]
```
Contributor guide
Assessment
This issue has not been assessed yet.