You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
180e1f793f
commit
e43472aedc
@ -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.'
|
||||
|
Reference in New Issue
Block a user