Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

ERR_OUT_OF_CPU_MEM when running a query on PVC #596

Closed
kurapov-peter opened this issue Jul 25, 2023 · 1 comment
Closed

ERR_OUT_OF_CPU_MEM when running a query on PVC #596

kurapov-peter opened this issue Jul 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kurapov-peter
Copy link
Contributor

Running SELECT EXTRACT(nanosecond from m) FROM test limit 1; fails with "Query execution failed with error ERR_OUT_OF_CPU_MEM: Not enough host memory to execute the query" (BasicTest.TimeExtract test from IntelGPUEnablingTest).

This happens because the getFilteredCountAll (the count(*)) returns an incorrect value setting the scan_value to a huge number.

@kurapov-peter kurapov-peter added the bug Something isn't working label Jul 25, 2023
@kurapov-peter
Copy link
Contributor Author

Resolved by #618 & #637

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant