[MCOL-2054] Version buffer overflow could get MCS cluster into read-only mode. Created: 2018-12-27 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.1.6, 1.2.2 |
| Fix Version/s: | 23.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The client reported that after the failure MCS cluster went into read-only mode. Here is the UM log excerpt:
The failed operation left systemFiles/dbrm/DMLLog_$txnid_1 file behind and got the cluster into read-only mode. Moreover this file called for DMLProc rollback at the cluster start so MCS reboot didn't help. CS should either create the file after it gets enough space in VB or remove the file in case of a failure. |