morningman opened a new issue #2426: [Metric] Add compaction score metrics URL: https://github.com/apache/incubator-doris/issues/2426 The current compaction logic may not work in some cases, or may not be able to choose the appropriate compaction versions. This situation may be due to a bug or due to improper use by the user. Therefore, we need a metric to display this indicator in order to quickly find potential problems. I collected the current largest compaction scores in each Backend and showed them in BE's metrics. At the same time, when the tablet reports, the FE will also collect the current largest compaction scores of all BEs and display them in the FE metrics.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
