Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
Commit log recovery will tolerate commit log truncation in the most recent log file found on disk, but will abort startup if problems are detected in others.
Since we allocate commit log segments before they're used though, it's possible to get into a state where the last commit log file actually written to is not the same file that was most recently allocated, preventing startup for what should otherwise be allowable incomplete final segments.
Excluding header only files on recovery should prevent this from happening.