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

Remove WES stop exclusion logic

This commit is contained in:
Alexander Presnyakov
2025-04-03 18:22:29 +00:00
parent fbf4844e71
commit 3671d4953f
3 changed files with 7 additions and 4 deletions

View File

@@ -1016,6 +1016,9 @@ def _add_read_only_node(root, node) -> None:
else:
for n in read_only_nodes.findall("./Node"):
if n.text == node:
logging.warning(
f"_add_read_only_node(): node {node} already exists in ReadOnlyNodes"
)
return
etree.SubElement(read_only_nodes, "Node").text = node