1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3914 System updates

This commit is contained in:
Jose
2020-05-22 04:12:56 +00:00
parent 182e876aec
commit 2f4c729c1b
5 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ Environment="SKIP_OAM_INIT=1"
ExecStart=@ENGINE_BINDIR@/controllernode
Restart=on-failure
ExecStop=@ENGINE_BINDIR@/mcs-stop-controllernode.sh
TimeoutStopSec=$(mcsGetConfig SystemConfig DBRMTimeout)
TimeoutStopSec=15
[Install]
WantedBy=mariadb-columnstore.service

View File

@ -1,6 +1,6 @@
[Unit]
Description=mcs-ddlproc
PartOf=mcs-writeengineserver.service
PartOf=mcs-exemgr.service
After=mcs-dmlproc.service
[Service]

View File

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

View File

@ -1,6 +1,7 @@
[Unit]
Description=mcs-primproc
PartOf=mcs-workernode.service
PartOf=mcs-controllernode.service
After=mcs-controllernode.service
[Service]

View File

@ -1,3 +1,2 @@
#!/bin/bash
kill -15 $(pidof workernode)
kill -15 $(pidof controllernode)
systemctl stop mcs-workernode --ignore-dependencies