Re: [openstack-dev] anyone using RabbitMQ with active/active mirrored queues?

2014-09-11 Thread Jesse Pretorius
On 10 September 2014 17:20, Chris Friesen chris.frie...@windriver.com
wrote:

 I see that the OpenStack high availability guide is still recommending the
 active/standby method of configuring RabbitMQ.

 Has anyone tried using active/active with mirrored queues as recommended
 by the RabbitMQ developers?  If so, what problems did you run into?


Whoops - finger trouble led my my last email being sent prematurely.

We've been running RabbitMQ 3.1.5 as a high availability cluster in
production for over a year now. Previous versions had some nasty memory
leaks and later versions changed the way authentication was handled and we
haven't gotten to work out the changes to our chef recipes to facilitate
the upgrades yet.

We're still only using one IP address in the OpenStack conf files - this
points to a virtual IP address which floats from one node to the other, so
one may consider it an active-passive cluster in actual usage.

We previously used two nodes configured as single servers and used DRBD and
pacemaker to manage the data partition and failover, but RabbitMQ's queue
mirroring is much less pain to deal with than DRBD.

The only trouble we've had has been when there have been network partitions
for extended periods, but I would think that this is a fairly normal
situation to result in a little pain. In our case it's been simple enough
to just restart the node to get the queues back to a normal running state.
We have seen some issues with the service restarts not working too well
(the service stays running), but that's easy enough to resolve too.

I would recommend that you ask this question on the openstack-perators list
as you'll likely get more feedback.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] anyone using RabbitMQ with active/active mirrored queues?

2014-09-11 Thread Chris Friesen

On 09/11/2014 12:50 AM, Jesse Pretorius wrote:

On 10 September 2014 17:20, Chris Friesen chris.frie...@windriver.com
mailto:chris.frie...@windriver.com wrote:

I see that the OpenStack high availability guide is still
recommending the active/standby method of configuring RabbitMQ.

Has anyone tried using active/active with mirrored queues as
recommended by the RabbitMQ developers?  If so, what problems did
you run into?



I would recommend that you ask this question on the openstack-perators
list as you'll likely get more feedback.


Thanks for the suggestion, will do.

Chris

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] anyone using RabbitMQ with active/active mirrored queues?

2014-09-11 Thread Abel Lopez
Yes, not sure why the HA guide says that.
Only problems I've run into was around cluster upgrades. If you're running
3.2+ you'll likely have a better experience.

List ha_queues in all your configs, list all your rabbit hosts (I don't use
a VIP as heartbeats weren't working when I did this)

On Wednesday, September 10, 2014, Chris Friesen chris.frie...@windriver.com
wrote:

 Hi,

 I see that the OpenStack high availability guide is still recommending the
 active/standby method of configuring RabbitMQ.

 Has anyone tried using active/active with mirrored queues as recommended
 by the RabbitMQ developers?  If so, what problems did you run into?

 Thanks,
 Chris

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] anyone using RabbitMQ with active/active mirrored queues?

2014-09-10 Thread Chris Friesen

Hi,

I see that the OpenStack high availability guide is still recommending 
the active/standby method of configuring RabbitMQ.


Has anyone tried using active/active with mirrored queues as recommended 
by the RabbitMQ developers?  If so, what problems did you run into?


Thanks,
Chris

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] anyone using RabbitMQ with active/active mirrored queues?

2014-09-10 Thread Jesse Pretorius

 On 10 Sep 2014, at 5:20 PM, Chris Friesen chris.frie...@windriver.com wrote:
 
 Has anyone tried using active/active with mirrored queues as recommended by 
 the RabbitMQ developers?  If so, what problems did you run into?

We've been running like that for over a year, with the only 
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev