2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-04 12:07:58 +00:00

Log exceptions do not swallow it

This commit is contained in:
Markus Hilger
2026-07-14 16:43:21 +02:00
parent 8464effada
commit 06c7352394
@@ -783,7 +783,8 @@ async def relay_slaved_requests(name, listener):
except Exception:
msg = None
except Exception:
pass # unexpected loss or misbehavior of the follower ends the relay
# unexpected loss or misbehavior of the follower ends the relay
logException()
finally:
try:
listener.close()