danny0405 commented on PR #7490: URL: https://github.com/apache/hudi/pull/7490#issuecomment-1401429022
> So, when we read the log blocks via AbstractLogRecordReader, ideally we want to ignore log2. but when we encounter log4 for a rollback block, we only check the previous log block for matching commit to rollback. since it does not match w/ t2, we assume log4 is a duplicate rollback and hence still deem log2 as a valid log block. Shouldn't we just fix the `AbstractLogRecordReader` first, the data table also has this problem with lazy cleaning strategy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
