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: [email protected]
For additional commands, e-mail: [email protected]