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 https://github.com/rabbitmq/osiris/pull/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