1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

More review fixes

This commit is contained in:
Alexander Presnyakov
2025-04-23 15:49:03 +00:00
parent 04015ae414
commit 245ccebba6
4 changed files with 22 additions and 21 deletions

View File

@@ -167,7 +167,7 @@ def remove_node(
if len(active_nodes) > 1:
pm_num = _remove_node_from_PMS(c_root, node)
is_read_only = node in helpers.get_read_only_nodes(c_root)
is_read_only = node in node_config.get_read_only_nodes(c_root)
if not is_read_only:
_remove_WES(c_root, pm_num)