[MCOL-5218] Fix mcs-loadbrm service start while reinstall. Created: 2022-09-13 Updated: 2022-10-19 Resolved: 2022-09-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi, installation |
| Affects Version/s: | 22.08.1 |
| Fix Version/s: | 22.08.2 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Alan Mologorsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Assigned for Review: | |
| Description |
|
For rpm upgrades, if the user uninstall old MariaDB packages and reinstall new 22.08.1 packages, the system catalog would become empty. -This is because cmapi packages gets installed last, and the ColumnStore engine packages requires CMAPI. Should we make CMAPI as a requirement for the engine? The reason is in mcs-loadbrm.py script.
|
| Comments |
| Comment by Leonid Fedorov [ 2022-09-16 ] | ||||||||||||
|
dleeyh please see the builds of PR made by Allan and Could you please test them against upgrade issue& | ||||||||||||
| Comment by Daniel Lee (Inactive) [ 2022-09-16 ] | ||||||||||||
|
Please note that the links above are for server 10.9. We should be using the 10.6-enterprise instead. I did test both and both failed with the following errors. defaultTest.sql is a sanity SQL test script which I run on every installation/upgrade test. Tested on rocky 8 using RPM package installation and upgrade (rpm -e and rpm -ivh) After upgrade is completed
When selecting from the system catalog systable table
Installation and upgrade using repo worked fine, as reported previously. | ||||||||||||
| Comment by alexey vorovich (Inactive) [ 2022-09-30 ] | ||||||||||||
|
fixed |