17 Apr
2020
17 Apr
'20
5:14 a.m.
On 4/17/20 9:02 AM, Fabian Zimmermann wrote:
As next try I would add some haproxy-lb and change the transport_url to the VIP, this should afaik reduce the amount of connections to 1/3, but I dont know if there are any drawbacks jet.
To my experience, you really don't need to do this, oslo.messaging takes care of reconnecting to another node if one fails. Though you may want to randomize the order in transport_url. If you use puppet, you can use the fqdn_rotate() function to achieve it. Cheers, Thomas Goirand (zigo)