[MCOL-3615] Table locks surviving cluster restarts Created: 2019-11-15 Updated: 2020-08-25 Resolved: 2019-11-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Rick Pizzi | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A table lock caused by a failed truncate will not be cleared even after a complete cluster restart:
A cleartablelock will probably remove it, but it is not proper behaviour that a tablelock survives a cluster restart. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-11-15 ] |
|
DDLProc table locks held during a restart can't be rolled back and have to be manually removed. This is for safety. |