yashmayya opened a new pull request, #14946: URL: https://github.com/apache/pinot/pull/14946
- In some rare scenarios, query compilation itself can take a very long time in the multi-stage query engine (see https://github.com/apache/pinot/issues/13617 for example). - In these cases, the query timeout is not enforced, and the response can take arbitrarily long. - This patch fixes the issue by enforcing the query timeout on the compilation phase as well. Subsequent operations like query dispatch and reduce will operate with the remaining timeout duration. -- 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