1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-4314 Related. Make mcs-workernode a template service to avoid SM contention

This commit is contained in:
Jose Rojas
2020-10-06 21:10:37 -05:00
parent d85fc579ba
commit 2a6dd64e5f
9 changed files with 18 additions and 17 deletions

View File

@ -7,7 +7,8 @@
exec {fd_lock}>/var/lib/columnstore/storagemanager/storagemanager-lock
flock -n "$fd_lock" || exit 0
/bin/systemctl start mcs-workernode
# pass in arg of 1 to start DBRM_Worker1
/bin/systemctl start mcs-workernode@1.service
/bin/systemctl start mcs-controllernode
/bin/systemctl start mcs-primproc
/bin/systemctl start mcs-writeengineserver