KKcorps opened a new pull request, #10574: URL: https://github.com/apache/pinot/pull/10574
The final stats list should be ordered so that we can easily follow the path of the execution and track how much time did each operator take (by subtracting time time take by the child operator from this one) The stats are ordered using the OperatorId. The OperatorId compareTo functions enforces following priority to the properties for ordering - StageID - Server - Position in Chain, 0 being the end and N being the start, this is done so that We can start following the output from the SendOperator down to the receive operator - RequestID - OperatorName -- 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]
