[MCOL-4951] System Hung after running select on view while LDIF with cache-inserts Created: 2021-12-20 Updated: 2022-01-05 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.1.1, 6.2.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Allen Herrera | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Summary: Background The bug is that while using cache-inserts when running a select on a view that unions three+ tables including columnstore tables, it triggers a cache flush. However, the table at the same time is constantly getting inserted into round-robin. A critical failure happens somewhere around here where the table becomes locked and all existing and future queries stay queuing up in the processlist never completing. Simplified Reproduction Steps:
Expected: Actual:
|