You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(cmapi): MCOL-5133: Stage1 to stand alone cli tool. (#3378)
[add] cluster api client class [fix] cli cluster_app using cluster api client [add] ClusterAction Enum [add] toggle_cluster_state function to reduce code duplication
This commit is contained in:
@ -82,3 +82,10 @@ MCS_INSTALL_BIN = '/usr/bin'
|
||||
IFLAG = os.path.join(MCS_ETC_PATH, 'container-initialized')
|
||||
LIBJEMALLOC_DEFAULT_PATH = os.path.join(MCS_DATA_PATH, 'libjemalloc.so.2')
|
||||
MCS_LOG_PATH = '/var/log/mariadb/columnstore'
|
||||
|
||||
|
||||
# client constants
|
||||
CMAPI_PORT = 8640 #TODO: use it in all places
|
||||
CURRENT_NODE_CMAPI_URL = f'https://localhost:{CMAPI_PORT}'
|
||||
REQUEST_TIMEOUT: float = 30.0
|
||||
TRANSACTION_TIMEOUT: float = 300.0 # 5 minutes
|
Reference in New Issue
Block a user