Skip to content

Support vMotion when RabbitMQ is hosted on virtual machines in vSphere #10701

Discussion options

You must be logged in to vote

Starting and stopping nodes in response to events can cause more trouble than it will be worth:

  1. Stopping a node can take time because depending on the features used, a node might have to move a non-trivial amount of data to disk (this is true for classic queues and transient messages even in 3.13). vMotion likely will not wait for more than N seconds
  2. Starting a node can take time, again, in particular with classic queues but also quorum queues (until #10487 is finished). vMotion should not have any restrictions around node restart

RabbitMQ nodes pausing themselves in reaction to certain events (certain peer failures) is a feature
in RabbitMQ 3.x that we would really like to remove compl…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jonnepmyra
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
Converted from issue

This discussion was converted from issue #10701 on March 07, 2024 12:52.