[MCOL-4330] MDB hangs asking data from I_S.columnstore_extents or I_S.columnstore_files Created: 2020-09-29 Updated: 2020-11-12 Resolved: 2020-10-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.3-5, 1.5.3 |
| Fix Version/s: | 5.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2020-8 |
| Description |
|
The problem happens when MCS is restarted but MDB isn't. This causes MDB to point to the deleted BRM segments in shmem b/c MCS recreates them.
Then try to query from information_schema.columnstore_extents. MDB must hang after this. |
| Comments |
| Comment by David Hall (Inactive) [ 2020-10-01 ] | ||||||||||||||||||
|
QA: This is tricky to reproduce. The secret is to: Here's a concrete example:
| ||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2020-10-06 ] | ||||||||||||||||||
|
Build verified: 5.4.1-1 (Drone #870) Reproduced the issue in 1.5.3-1 and verified the fixed in 5.4.1-1. For additional data extents, cpimported 10g lineitem source data. |