Jackie-Jiang opened a new issue, #12388: URL: https://github.com/apache/pinot/issues/12388
Currently the stage stats reported in the query response is the aggregated stats over all the operators, which can be quite confusing. When tracing is disabled, we collect stats for leaf and send operator, and reporting doubled `numDocs` and `numBlocks` than actually sent by the leaf stage. When tracing is enabled, we collect stats for every operator, and aggregate `numDocs` and `numBlocks` for all the operators. Instead, we might want to just record the stats for blocks sent out from each stage. We should also revisit other stats, and see if it makes sense to aggregate them. -- 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]
