itschrispeck opened a new pull request, #13387: URL: https://github.com/apache/pinot/pull/13387
By default, during query submission to servers, if any exception is encountered the request will be failed. The change here adds a query option that so the server will be skipped and we can still return partial results. This is similar to the CH setting [skip_unavailable_shards](https://clickhouse.com/docs/en/operations/settings/settings#skip_unavailable_shards) For testing, the behavior looks right when blocking the port for one server with: `echo 'block return in quick on lo0 proto tcp from any to any port 7050' | sudo pfctl -f -` When the query option is missing/false the query immediately errors out. When the query option is applied the query displays results from the non-blocked server, and an error saying the blocked server did not respond. tags: `feature` `documentation` `release-notes` -- 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