-
Bug
-
Resolution: Done
-
Critical
-
7.0.1.CR1
Scenario
- Configure 2 nodes in replicated dedicated topology
- Start live (node-1) and backup (node-2)
- Start producer
- Shut down node-2
- Stop producer
- Check if there are some duplicates on node-1 using CLI operation list-messages
Expectation: there is no duplications
Actual state: there are 10 messages with the same _AMQ_DUPL_ID twice
After that Backup is shut downed, the Live is not able to replicate its data to Backup. It waits 30 seconds until timeouts expire. Meanwhile producer does not get response from Live and it gets TimeoutException on commit. It retries to send the same batch of messages and then commit them again. I think that problem is at this point. The Live does not detect duplicate messages.
- clones
-
JBEAP-5260 (7.1.0) Duplicate messages in replicated HA topology when backup is shutdowned
- Verified
- is blocked by
-
JBEAP-4679 (7.0.z) Upgrade Artemis from 1.1.0.SP17 to 1.1.0.SP18
- Verified
-
ARTEMIS-552 Loading...
-
ARTEMIS-616 Loading...
- is related to
-
JBEAP-5179 JMS Replication may fail if call-timeout on cluster-connection is too short
- Closed