Jackie-Jiang opened a new pull request, #8523: URL: https://github.com/apache/pinot/pull/8523
Currently operator planning time is not traced (even though the thread is registered within the tracing). This PR adds the tracing for the `CombinePlanNode`. It does not add tracing for individual plan node because planning is in general very cheap, but during cold start we can still observe time spent in planning the operators. Also enhance the `CombinePlanNode` to avoid creating separate thread when planning with single thread. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org