1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00

Merge pull request #1214 from jmrojas2332/MCOL-3914

MCOL-3914 Adjust ordering of columnstore services startup
This commit is contained in:
David.Hall
2020-05-21 14:34:59 -05:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[Unit]
Description=mcs-exemgr
PartOf=mcs-controllernode.service
After=mcs-controllernode.service
PartOf=mcs-writeengineserver.service
After=mcs-writeengineserver.service
[Service]
Type=simple

View File

@@ -1,7 +1,7 @@
[Unit]
Description=mcs-primproc
PartOf=mcs-exemgr.service
After=mcs-exemgr.service
PartOf=mcs-workernode.service
After=mcs-workernode.service
[Service]
Type=simple

View File

@@ -1,7 +1,7 @@
[Unit]
Description=WriteEngineServer
PartOf=mcs-exemgr.service
After=mcs-exemgr.service
PartOf=mcs-primproc.service
After=mcs-primproc.service
[Service]
Type=simple