<div dir="ltr">From documentation [1], it looks like rabbit.tcp_listen_options.linger is set to {linger, {true,0}} by default. <div><br><div>1. Does anybody know if this is indeed the default option ? Unless explicitly set in config, rabbitmqclt environment does not list the option.</div><div>2. Is anybody explicitly setting it to 0 ?</div><div><br></div><div>Without that option turned on in a rabbitmq cluster setup (mq1 and mq2 for example),</div><div>If mq1 goes down and openstack service was connected to mq1 then it automatically switches to mq2 but connection to mq1 remains in close_wait state in lsof output for a while.</div><div>And it does affect some nova boot requests.</div><div><br></div><div>If linger is explicitly set to 0, we do not see any connections left in close_wait state.<br><div><br></div><div>Anybody else observing this behavior ?</div><div>We are using juno code and oslo.messaging-1.4.1. <br></div><div><br></div><div>Thanks,</div><div>Meghal</div><div><br></div><div><br></div><div>[1] - <a href="https://www.rabbitmq.com/networking.html" target="_blank">https://www.rabbitmq.com/networking.html</a></div></div></div></div>