Comment 0 for bug 1474992

Revision history for this message
Jacob Wagner (swagner1104) wrote :

When upgrading rabbitmq versions, the cluster fails to start due to the rabbitmq-server service not being upgraded and restarted in a serial manner.

- Here is the initial upgrade run

https://gist.github.com/jacobwagner/95a49a5e5fa0a181cf7e#file-gistfile1-txt-L209-L223

- Here is a rerun of the same setup-infra play

https://gist.github.com/jacobwagner/95a49a5e5fa0a181cf7e#file-gistfile1-txt-L209-L223

- Here is the startup log for one of the out of cluster services

https://gist.github.com/jacobwagner/95a49a5e5fa0a181cf7e#file-gistfile1-txt-L209-L223

It looks like the services are all getting the upgraded packages, but the service (container) that upgrades first trys to reconnect to the containers (services) that have yet to upgrade so they fail with a version mismatch.