JkSelf commented on PR #12400: URL: https://github.com/apache/gluten/pull/12400#issuecomment-4934841282
> CI failures are unrelated to this PR: > > * `tpc-test-ubuntu (spark-3.5, java-8)`: MinIO install failed with SSL error (exit code 60) — infra issue. > * `spark-test-spark33`, `spark-test-spark34`, `spark-test-spark35-scala213`: Flaky `cached_table` memory pool leak at shutdown caused by Velox not releasing hash tables from `HashTableCache` upon query completion. All tests pass — the crash only occurs during JVM shutdown. This is the known issue being fixed in [[VL] Disable useHashTableCache if the hash table is not pre-built during HashJoinNode creation #12487](https://github.com/apache/gluten/pull/12487). @iemejia https://github.com/apache/gluten/pull/12487 is merged. And you can rebase to the latest code. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
