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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user