gortiz opened a new pull request, #14709: URL: https://github.com/apache/pinot/pull/14709
Recently we found an issue when the log `No server found for request` was printed. This log implies there is an exception that don't let us find servers to query, but the exception is not printed. This PR modifies the log to include a the first exception found. In case more than exception is affecting the system, we only log the first one, but we include the total number of exceptions in the log. -- 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]
