1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

fix(cmapi): handle an exception seen in CMAPI at RHEL 8

This commit is contained in:
Roman Nozdrin
2024-05-20 17:52:08 +00:00
committed by Leonid Fedorov
parent 180e1f793f
commit e43472aedc

View File

@ -170,7 +170,7 @@ class MCSProcessManager:
workernodes[name]['Port']
)
)
except socket.timeout:
except (ConnectionRefusedError, socket.timeout):
logging.debug(
f'"{name}" {workernodes[name]["IPAddr"]}:'
f'{workernodes[name]["Port"]} not started yet.'