You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix(cmapi): handle an exception seen in CMAPI at RHEL 8
This commit is contained in:
committed by
Leonid Fedorov
parent
180e1f793f
commit
e43472aedc
@ -170,7 +170,7 @@ class MCSProcessManager:
|
|||||||
workernodes[name]['Port']
|
workernodes[name]['Port']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
except socket.timeout:
|
except (ConnectionRefusedError, socket.timeout):
|
||||||
logging.debug(
|
logging.debug(
|
||||||
f'"{name}" {workernodes[name]["IPAddr"]}:'
|
f'"{name}" {workernodes[name]["IPAddr"]}:'
|
||||||
f'{workernodes[name]["Port"]} not started yet.'
|
f'{workernodes[name]["Port"]} not started yet.'
|
||||||
|
Reference in New Issue
Block a user