I was wondering if there is any mechanism implemented to detect WALEdits that haven't been entirely written to the wal. Say that a transaction (using the terminology in the header of the WALEdit class) has three edits, but only two get written to the wal. How do we detect that it is a corrupt record when reading?
Thanks! -Flavio
