Re: Artemis not honoring quorum-vote-wait setting

2021-07-12 Thread Lewis Gardner
Hi Domenico, thanks for the explanation but if that is correct then the documentation at https://activemq.apache.org/components/artemis/documentation/latest/network-isolation.html is horribly wrong as it *explicitly* states this option is for both master and slave: >>> Quorum voting is used by b

Re: Artemis not honoring quorum-vote-wait setting

2021-07-12 Thread Domenico Francesco Bruscino
Hi Lewis, the `quorum-vote-wait` parameter only affects nodes that are acting as backup. It defines the time that the backup nodes will wait for quorum vote responses and not time to wait before sending a quorum vote request. So this parameter is not useful to allow Backup-1 to participate in the

Artemis not honoring quorum-vote-wait setting

2021-07-11 Thread Lewis Gardner
I have a 3-active/backup pair HA setup with each pair on a separate network segment. Seg 1: Active-1 and Backup-3 (backup for Active-3) Seg 2: Active-2 and Backup-1 (backup for Active-1) Seg 3: Active-3 and Backup-2 (backup for Active-2) I am using the "vote-on-replication-failure = true" option