You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Ariel Carrera (JIRA)" <ji...@apache.org> on 2019/04/03 20:24:01 UTC

[jira] [Issue Comment Deleted] (ARTEMIS-1863) Colocated Replicating Cluster Ends Up in an Infinite Quorum Vote Loop After Failover and Restart

     [ https://issues.apache.org/jira/browse/ARTEMIS-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ariel Carrera updated ARTEMIS-1863:
-----------------------------------
    Comment: was deleted

(was: Same problem with Artemis 2.7 and colocated ha-policy (shared store).)

> Colocated Replicating Cluster Ends Up in an Infinite Quorum Vote Loop After Failover and Restart
> ------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1863
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1863
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.5.0
>         Environment: Tested on Windows 7, RHEL 6.2
>            Reporter: Ilkka Virolainen
>            Priority: Major
>
> Colocated Replicating Cluster Ends Up in an Infinite Quorum Vote Loop After Failover and Restart
> To replicate, setup a cluster of replicating colocated nodes with scaledown. Shutting down one of the nodes will result in the backup node scaling down correctly. Restarting the node results in the cluster ending up in a quorum vote loop as the bridge reconnects.
> Server0 logs in an infinite loop:
> ... 
> INFO [org.apache.activemq.artemis.core.server] AMQ221066: Initiating quorum vote: RequestBackupQuorumVote 
> INFO [org.apache.activemq.artemis.core.server] AMQ221060: Sending quorum vote request to localhost/127.0.0.1:61618: RequestBackupVote [backupsSize=-1, nodeID=null, backupAvailable=false] 
> INFO [org.apache.activemq.artemis.core.server] AMQ221061: Received quorum vote response from localhost/127.0.0.1:61618: RequestBackupVote [backupsSize=1, nodeID=82925fbd-275e-11e8-bff4-0a0027000011, backupAvailable=false] ... 
> ...
> Server1 logs in an infinite loop:
> ... 
> INFO [org.apache.activemq.artemis.core.server] AMQ221062: Received quorum vote request: RequestBackupVote [backupsSize=-1, nodeID=null, backupAvailable=false] 
> INFO [org.apache.activemq.artemis.core.server] AMQ221063: Sending quorum vote response: RequestBackupVote [backupsSize=1, nodeID=82925fbd-275e-11e8-bff4-0a0027000011, backupAvailable=false] ..
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)