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

Introduced an artificial delay b/w SM and controllernode to allow SM to start

Introduced mcs-savebrm.py to avoid saving BRM on non-primary nodes
in multi-node S3 clusters

Refactored mcs-loadbrm.py to download BRM files from the primary in
in multi-node S3 clusters
This commit is contained in:
Roman Nozdrin
2020-07-29 20:07:28 +00:00
parent bca0d90d55
commit 4b0e8900d4
6 changed files with 105 additions and 17 deletions

View File

@ -47,6 +47,7 @@ install(PROGRAMS columnstore-post-install
mcs_module_installer.sh
mcs-stop-controllernode.sh
mcs-loadbrm.py
mcs-savebrm.py
mariadb-columnstore-start.sh
mariadb-columnstore-stop.sh
DESTINATION ${ENGINE_BINDIR} COMPONENT columnstore-engine)