61yao opened a new pull request, #10094:
URL: https://github.com/apache/pinot/pull/10094

   Log operator and opchain stats to help better debug perf issues. 
   
   In non-error case, the log is printed out as log.debug. otherwise, it is 
log.error.
   
   We determine the termination of an operator when it is return EOS or error 
block. This should be moved into op.close() call in the future. 
   
   The stats include wall time and # -f output and input rows.
   
   Some of the operators don't output wall time such as MailboxSend op.


-- 
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

Reply via email to