-
Bug
-
Resolution: Done
-
Undefined
-
None
-
AMQ 7.12.1.GA
-
3
-
False
-
None
-
False
-
-
ARTEMIS-5010
-
-
The overall problems is that JournalHashMap is using a local journal most of the time and never the replicated journal.
In this line:
We send the current journal.. and if a switch happens inside the JournalStorageManager the switch is never captured, and we will never replicate pending acks.
When a failover happens the replica will not have the retries and the system will not reattempt them.