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

Part of review changes to retrigger package build

This commit is contained in:
Alexander Presnyakov
2025-04-01 14:51:52 +00:00
parent 37453ad47e
commit 9a1ac0eb74
4 changed files with 22 additions and 7 deletions

View File

@@ -95,7 +95,10 @@ class FailoverAgent(AgentBase):
try:
# TODO: remove test_mode condition and add mock for testing
if not test_mode:
MCSProcessManager.stop_node(is_primary=nc.is_primary_node(), is_read_only=nc.is_read_only())
MCSProcessManager.stop_node(
is_primary=nc.is_primary_node(),
is_read_only=nc.is_read_only(),
)
logger.info(
'FA.enterStandbyMode(): successfully stopped node.'
)