-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
AMQ 7.10.5.GA
-
None
-
False
-
None
-
False
-
-
-
Scenario:
After a machine crash, broker can not start with existing journal. Message produced to output is:
ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: ActiveMQIOErrorException[errorType=IO_ERROR message=AMQ149002: Journal files version mismatch. You should export the data from the previous version and import it as explained on the user's manual]
Tried to run artemis recover & artemis exp with no luck. Also tried AMQ 7.10.0.
Journal files were initially produced on 7.10.5. Could not recover on either 7.10.5 or 7.10.0
It would be great if we could selectively override the checks with flags like --ignoreJournalVersionMismatch when doing a data recover or data export to enable recovering what data is readable.