[MCOL-3914] Create systemd unit files for ColumnStore service. Created: 2020-04-01 Updated: 2021-01-25 Resolved: 2020-06-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After MCS installation has finished we must have all prerequisites to run MCS. We lack systemd units to start ExeMgr, PrimProc, WriteEngine, PrimProc, DDLProc, DMLProc and Cluster management Agent. There must be separate systemd units for all services and one cumulative to control all services at once. Here and here are the example scripts how to start MCS services. As of now there must be SKIP_OAM_INIT=1 set in the runtime environment to disable legacy OAM. |
| Comments |
| Comment by Jose Rojas (Inactive) [ 2020-04-24 ] |
|
You will find all changes in |
| Comment by Roman [ 2020-04-28 ] |
|
systemd units don't work in Ubuntu and I think in all other deb-based distros. |
| Comment by Roman [ 2020-05-14 ] |
|
4QA |
| Comment by Daniel Lee (Inactive) [ 2020-06-11 ] |
|
Build verified: 1.5.0-1 (drone build 66) [centos7:root~]# systemctl list-unit-files|grep -i mcs Have been using these services this week |