yashmayya opened a new pull request, #15572: URL: https://github.com/apache/pinot/pull/15572
- Currently, if queries fail with errors in the perf `QueryRunner` tool, all we get is a log line at the end like: ``` [QueryRunner] [main] FINAL REPORT: [QueryRunner] [main] Time Passed: 794557ms Queries Executed: 160 Exceptions: 5 ... ``` with no details on the actual errors. - This patch logs all the query errors for better debuggability. -- 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