Hello,
I am facing an issue with slave restart and am wondering if others have also experienced it. I am running 0.18 version of Qpid in active-passive HA. The master starts ok with /etc/init.d/qpid-primary. The master becomes active. I start the slave using service qpidd restart. Slave starts in ready state. I then restart slave. It remains in catchup state. This is very weird behavior. Even after multiple restarts of slave, it remains in catchup state. Here is qpidd.conf on active and passive nodes. # qpid.conf cluster-mechanism=DIGEST-MD5 ANONYMOUS auth=no ha-cluster=yes ha-brokers-url=172.16.1.27,172.16.1.28 #(27 is active IP address, 28 is slave) ha-public-url=172.16.1.27,172.16.1.28 ha-replicate=all ha-backup-timeout=5 log-level=yes log-enable=debug+ log-to-file=/tmp/qpidd.log Thanks Salman
