You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2013/12/13 17:01:07 UTC

[jira] [Created] (QPID-5421) HA replication error in stand-alone replication.

Alan Conway created QPID-5421:
---------------------------------

             Summary: HA replication error in stand-alone replication.
                 Key: QPID-5421
                 URL: https://issues.apache.org/jira/browse/QPID-5421
             Project: Qpid
          Issue Type: Bug
          Components: C++ Clustering
    Affects Versions: 0.24
            Reporter: Alan Conway
            Assignee: Alan Conway


When using standalone replication between two brokers, there will be replication errors if messages are put onto the primary queue before replication is set up.

To reproduce:
Create queue "q" on brokers P and B.
Put messages 1,2,3 on P.q
Start replication from P.q to B.q
Put messages 4,5,6 o P.q
Fetch and acknowledged one message from P.q
Fetch all messages from B.q. Instead of the expected messages [1,2,3,4,5], q has [0,1,3,4,5]



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org