Here are the detailed info
We have 3 node rabbit mq cluster with mqtt 3.1.1 and amqp
one is the master and 2 are slave .All have rabbit mq 3.8.5-management version .
It is hosted on aws.
So when I upgrade the master from 3.8.5 to 3.8.14, existing mqtt connections are broken and new connections do fail.
Atttached are the master node logs.
And I see loads of such errors.
I also tried making all queues as type classic instead of quorum.
Please let me know if more info needed.
Moreover I ran these comamnds on all 3 nodes but it did not make any difference.
rabbitmqctl eval "ra:trigger_election('mqtt_node')."
rabbitmqctl eval "ra:overview()."
I see on all 3 nodes , that the state is "pre_vote" .
Please let me know with 3 node cluster , does consensus raft algo works when one is being upgraded.
Also the error logs keeps continuing and I am stuck with no solution.