Open GoogleCodeExporter opened 9 years ago
After more discussions, the plan is as follows:
1) Whenever a corrupt log record, or a truncated log record at the end of the
log tail is encountered, we should declare this as "End of Log" rather than
throwing an IllegalStateException.
2) Handle a corrupt log record at the end of the log (last page) the same as
one in the rest of the file, but if the corruption isn't at the tail, log this
(as a message to the user). Corruption at the tail (e.x. after a crash) is less
suspect than corruption in the body of the log.
Original comment by ima...@uci.edu
on 18 Jun 2015 at 10:28
Original issue reported on code.google.com by
ima...@uci.edu
on 17 Jun 2015 at 10:54