You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user