Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.37.0
-
None
-
None
Description
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.
Attachments
Issue Links
- incorporates
-
ARTEMIS-4971 AckManager "giving up" processing of Acks in warning log level
- Closed
- links to