[MCOL-5145] memory leak select F, count(*) from t1 (select count(*) F from t2 group by c1, c2) a group by 1 Created: 2022-06-19 Updated: 2022-10-10 Resolved: 2022-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Kirill Perov | Assignee: | Kirill Perov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ubuntu |
||
| Description |
|
set TotalUmMemory to 4G run following query several times: from some point query will start to fail with error like "ERROR 1815 ... memory limit is exceeded." looks like about 12Gb of system memory will be used by PrimProc and ExeMgr restart mariadb-columnstore can solve the problem - system memory will be released and query may run again (but not many times) same problem doesn't happen if table is created with default engine |
| Comments |
| Comment by Kirill Perov [ 2022-09-13 ] |
|
reproduced for rnd-agg branch |
| Comment by Kirill Perov [ 2022-09-26 ] |
|
not found at current develop, I will put this check back to test200 |