[MCOL-3402] Rejigger the toolkit to go through SM if it is running Created: 2019-07-11 Updated: 2019-08-20 Resolved: 2019-08-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Was looking into a mysterious cache consistency problem, realized that SM's cache was being made inconsistent because my start/stop scripts use the smcat tool. smcat uses IOC->read() directly, and does not update a running SM about what it's doing. This ticket is for making the sm* tools chat with SM to do their work. |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2019-08-16 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/829 |
| Comment by Ben Thompson (Inactive) [ 2019-08-20 ] |
|
Merged |