<div dir="ltr">Hello,<div><br></div><div>I have a 3 node rabbit 3.2.3 cluster which is working great most of the time. Occasionally, however, our clients (Pika 0.9.13 / 0.9.14p1) receive an abrupt TCP level disconnect. These FIN/ACK's generally happen between start / start-ok or the first tune / tune-ok. There are no messages in the rabbitmq server logs around the time of the tcp FIN/ACK.</div><div><br></div><div>An sketch of one of our failing connections with any large gaps in timing highlighted:</div><div><br></div><div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says SYN...</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says SYN/ACK</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says ACK</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says AMQP,Protocol-Header 9-1</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says ACK</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says Connection.Start</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says ACK</font></div><div><font face="courier new, monospace" style="background-color: rgb(255, 242, 204);">8s later ... CLIENT -> SERVER says Connection.Start-Ok</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says Connection.Tune</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says ACK</font></div><div><font face="courier new, monospace" style="background-color: rgb(244, 204, 204);">2s later ... SERVER -> CLIENT says FIN,ACK</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says ACK</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says Connection.Tune-Ok</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says RST</font></div><div><font face="courier new, monospace">   later ... CLIENT -> SERVER says Connection.Open</font></div><div><font face="courier new, monospace">   later ... SERVER -> CLIENT says RST</font></div></div><div><br></div><div>Does anyone know of a good place to start debugging this? Are there relevant timeouts I should be aware of?<br></div><div><br></div><div>Much appreciated,</div><div><br></div><div>- James</div></div>