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-5218: Additional fix to mcs-loadbrm and mcs-savebrm + postinstall.
[fix] bug in detecting primary. [fix] minor bugs. [add] not getting meta on secondaries if no cmapi available on primary node. [fix] postinstall script to mask mariadb-columnstore service on multinode configurations.
This commit is contained in:
@ -173,6 +173,8 @@ def is_node_primary(conf_root):
|
||||
is_primary = dict_response.get('is_primary', False)
|
||||
if is_primary and is_primary in ('True', 'true'):
|
||||
is_primary = True
|
||||
else:
|
||||
is_primary = False
|
||||
return is_primary
|
||||
|
||||
logging.info('Trying to detect primary without cmapi running.')
|
||||
|
Reference in New Issue
Block a user