-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Velox memory manager throw exception #4106
Comments
@ulysses-you thanks, I ran int this in some unit tests with the default memory manager used. The TPC-H/DS runs ok w/o this patch. @zhztheplayer do you see the RCA why the memory manager is not initialized? thanks, -yuan |
Somewhere in Velox still requests for the default memory pool. In the case Another options is to see if we could pass a context pool for spilling use, but that can be another topic to me. |
@zhztheplayer the spill memory pool should also use "the same" memory manager instance. I was wondering why tpch/ds does not fail if the memory manager singleton instance is not registered. |
It's because Velox still has some code calling a function named
|
@zhztheplayer it seems the |
Aha correct. I was testing with local mode. Probably we should add some for local-cluster mode later. |
Is it a new error intorduced by rebase? |
@FelixYBW it is intriduced since 12.18 rebase |
Backend
VL (Velox)
Bug description
It seems the issue is caused by facebookincubator/velox#7168
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: