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