Hi,
We have been experiencing outages working with RMQ 3.6.5 and ERL version 19.0 and receive the following error:
AMQP close-reason, initiated by Library, code=541, text="Unexpected Exception", classId=0, methodId=0, cause=System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at RabbitMQ.Client.Impl.Frame.ReadFrom(NetworkBinaryReader reader)
at RabbitMQ.Client.Impl.SocketFrameHandler.ReadFrame()
at RabbitMQ.Client.Framing.Impl.Connection.MainLoopIteration()
at RabbitMQ.Client.Framing.Impl.Connection.MainLoop()
This happens for both publisher and consumer.
At the same time RMQ logs shows:
=WARNING REPORT====
closing AMQP connection <0.9126.669>
client unexpectedly closed TCP connection
This happens on multiple servers sporadically, when publisher and consumer are on the same server as RMQ and also when publisher and consumer communicate with RMQ over load balancer in a cluster of 2 servers.
We are working with windows server 2012. We use the default RMQ configuration with the following changes:
- Enabled Delayed exchange plugin
- Disk alarm changed from 50MB to 2GB
Did anyone experience such outages? Any idea how to find the root cause of this issue?
any help will be appreciated.
Thanks,
Oren