You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=mcs-ddlproc
|
||||
PartOf=mcs-writeengineserver.service
|
||||
PartOf=mcs-exemgr.service
|
||||
After=mcs-dmlproc.service
|
||||
|
||||
[Service]
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=mcs-primproc
|
||||
PartOf=mcs-workernode.service
|
||||
PartOf=mcs-controllernode.service
|
||||
After=mcs-controllernode.service
|
||||
|
||||
[Service]
|
||||
|
@ -1,3 +1,2 @@
|
||||
#!/bin/bash
|
||||
kill -15 $(pidof workernode)
|
||||
kill -15 $(pidof controllernode)
|
||||
systemctl stop mcs-workernode --ignore-dependencies
|
||||
|
Reference in New Issue
Block a user