[MCOL-4972] Undefined behaviour while DBRM communication in MCS 5.x.x. Created: 2022-01-25 Updated: 2022-03-30 Resolved: 2022-03-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi |
| Affects Version/s: | cmapi-1.5, cmapi-1.6 |
| Fix Version/s: | cmapi-1.6.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Alan Mologorsky | Assignee: | Alan Mologorsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Steps to reproduce: After that in next 4min 50sec any try to send correct packet for the "set_readonly" command (b'7\xc1\xfb\x14\x01\x00\x00\x00\x0e') would have no answer (same to "set_readwrite" command) Roughly 4 min 50 sec after this message appears in MCS debug.log file:
After that everything works as expected even if trying to reproduce this steps. Steps below reproduces only at first MCS 5.x.x start. Looks like there are kind a lock for any DBRM command that changes state, cause command for reading state still working. Tested on the latest (5.6.1) and the previous version of MCS. |