You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the replica gets disconnected there is a big crash in the logs. I don't think it causes any issues itself, it just prints a lot of a logs. It is present in 3.12.2 RabbitMQ, I tried to look at the osiris code and I don't think it has changed since.
Describe the bug
Hi,
When the replica gets disconnected there is a big crash in the logs. I don't think it causes any issues itself, it just prints a lot of a logs. It is present in 3.12.2 RabbitMQ, I tried to look at the
osiris
code and I don't think it has changed since.The reason seems to be that the unwrapping of the
sslsocket
record should be done by https://github.com/erlang/otp/blob/c04923a7f00d01ab65923b70b73a14751f759f8a/lib/ssl/src/ssl.erl#L822.I don't think it's fixed by #127.
Reproduction steps
I have not looked into reproducing this.
Expected behavior
Only printing a relevant log message instead of a crash.
Additional context
No response
The text was updated successfully, but these errors were encountered: