Hi,
I've got a Windows RabbitMQ cluster working happily in Azure behind a load balancer and all is working fine apart from logging of health probes.
Under 3.7.7 I'm getting the following log entries:
2019-06-13 00:02:54.946 [warning] <0.25982.17> closing AMQP connection <0.25982.17> (
168.63.129.16:60023 -> 10.20.96.47:5672):{handshake_timeout,handshake}
Under 3.7.15 I get:
2019-06-13 14:59:13.235 [error] <0.15104.4> closing AMQP connection <0.15104.4> (
168.63.129.16:60028 -> 10.20.97.47:5672):{handshake_timeout,handshake}
I'd read elsewhere that connections with no data no longer get logged, so it might be that the Azure load balancer has at least a byte in its TCP health probe, but that doesn't appear to be the case from the packet capture.
Odd that what was previously a warning has now become an error though.
Input appreciated!
Thanks.