-
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.
- is cloned by
-
JBEAP-4742 (7.0.z) Duplicate messages in replicated HA topology when backup is shutdowned
- Verified
-
WFLY-6849 Duplicate messages in replicated HA topology when backup is shutdowned
- Closed
- is incorporated by
-
JBEAP-5256 (7.1.0) Upgrade Artemis from 1.1.0.SP17 to 1.1.0.SP18
- Verified
- is blocked by
-
ARTEMIS-552 Loading...
-
ARTEMIS-616 Loading...