Comment 4 for bug 1483949

Revision history for this message
Nobuto Murata (nobuto) wrote :

> Have you configured min-cluster-size?

nope in the example above. but yes for my previous deployment affected.

My gut feeling is that some logics are wrong without leader election. 1.24 has leader election, 1.22 not. From all-machines.log with charm store 33, cookie never be synced between nodes.

[hooks/rabbitmq_server_relations.py]
    306 if is_elected_leader('res_rabbitmq_vip'):
    307 cookie = open(rabbit.COOKIE_PATH, 'r').read().strip()
    308 peer_store('cookie', cookie)

I did not test it intensively, but the logic above might be related.