You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-3914 System updates
This commit is contained in:
@@ -9,7 +9,7 @@ Environment="SKIP_OAM_INIT=1"
|
|||||||
ExecStart=@ENGINE_BINDIR@/controllernode
|
ExecStart=@ENGINE_BINDIR@/controllernode
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
ExecStop=@ENGINE_BINDIR@/mcs-stop-controllernode.sh
|
ExecStop=@ENGINE_BINDIR@/mcs-stop-controllernode.sh
|
||||||
TimeoutStopSec=$(mcsGetConfig SystemConfig DBRMTimeout)
|
TimeoutStopSec=15
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=mariadb-columnstore.service
|
WantedBy=mariadb-columnstore.service
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=mcs-ddlproc
|
Description=mcs-ddlproc
|
||||||
PartOf=mcs-writeengineserver.service
|
PartOf=mcs-exemgr.service
|
||||||
After=mcs-dmlproc.service
|
After=mcs-dmlproc.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=mcs-dmlproc
|
Description=mcs-dmlproc
|
||||||
PartOf=mcs-writeengineserver.service
|
PartOf=mcs-exemgr.service
|
||||||
After=mcs-writeengineserver.service
|
After=mcs-exemgr.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=mcs-primproc
|
Description=mcs-primproc
|
||||||
PartOf=mcs-workernode.service
|
PartOf=mcs-workernode.service
|
||||||
|
PartOf=mcs-controllernode.service
|
||||||
After=mcs-controllernode.service
|
After=mcs-controllernode.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@@ -1,3 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
kill -15 $(pidof workernode)
|
systemctl stop mcs-workernode --ignore-dependencies
|
||||||
kill -15 $(pidof controllernode)
|
|
||||||
|
Reference in New Issue
Block a user