-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.3
-
None
-
-
+
-
Unclean shutdown forces the free pages in the index to be recovered. This can take many minutes on large stores. The change in behaviour follows from the fixes for: ENTMQ-2114
A rework fo the fix, to do the recovery work on the next clean shutdown is a better approach, trading availability against some temporary disk usage.
Note the rework of: https://issues.apache.org/jira/browse/AMQ-6590
A further improvement does free page recovery async at start such that clean shutdown is no longer impacted.
https://issues.apache.org/jira/browse/AMQ-7082
- is related to
-
ENTMQ-2245 Small optimization on SequenceSet to prevent iterating through the whole set when a value bigger than the last value is added
- Closed