ankitsultana opened a new pull request, #14426: URL: https://github.com/apache/pinot/pull/14426
### Summary We found that at present time-series queries were always going to the same server. This is because requestId wasn't set in the RequestContext. This PR fixes that. Additionally, I have made changes to actually honor the passed timeout in the servers. The timeout is now passed to the Combine operator, and in case of expensive queries, additional per-segment operators will not be run when the timeout has elapsed. ### Test Plan TODO -- 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