Jackie-Jiang opened a new pull request #5174: Add EarlyTerminationException to prevent logging too many invalid error messages URL: https://github.com/apache/incubator-pinot/pull/5174 When a query times out or is already satisfied, we will cancal the operator execution for early termination. In such case, we should not log error messages as the interruptions are intentional. In case of timeout, it will still be logged in the combine operators once, but not for each individual operators.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
