Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.15.0
-
None
Description
it is possible to generated a failed recovery (and failed broker start) with:
java.io.IOException: Could not locate data file <..>
potentially leading to heuristic rollbacks or partially completed transactions.
the cleanup task is kicked off in parallel with recovery which is the root cause of the problem.