mymeiyi opened a new pull request, #65915: URL: https://github.com/apache/doris/pull/65915
When enable parallel cumulative compaction, the cu compaction with higher version range may finish before the cu compaction with lower range. For example, cu1: v10-v20, cu2: v21-v30. The cu2 may finish before cu1. When cu2 finish, it may set cu point to v31, does not consider if cu1 finish or fail. This pr correct the cu point advancement by calculating if the rowsets in [input_cumulative_point, max_conflict_version] can advance cu point one by one. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
