luwei16 opened a new pull request, #58756: URL: https://github.com/apache/doris/pull/58756
Fixes an undercount of compaction IO metrics. Vertical compaction only populated bytes_read_from_local/remote and cached_bytes_total for the key column group, so the final stats missed IO from value column groups. We now collect IO stats per group and accumulate them in vertical_merge_rowsets, while keeping row counters sourced from the key group. -- 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]
