You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Brad Maxwell (JIRA)" <ji...@apache.org> on 2018/08/17 19:49:00 UTC

[jira] [Created] (ARTEMIS-2041) Client fail over fails when live shut down too soon

Brad Maxwell created ARTEMIS-2041:
-------------------------------------

             Summary: Client fail over fails when live shut down too soon
                 Key: ARTEMIS-2041
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2041
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
            Reporter: Brad Maxwell


In a live-backup scenario, if the live is restarted and shutdown too soon,
the client have a chance to fail on failover because it's internal topology
is inconsistent with the final status. The client keeps connecting to live
already shut down, never trying to connect to the backup.
Steps to Reproduce:

1. Failover to backup server
2. Start live server
3. As soon as the live server starts processing messages, kill the live server

Actual results:

Clients will not fail back to the backup, even though failover is successful. They keep trying to connect to the live server which was killed.



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