suddendust opened a new pull request #7397: URL: https://github.com/apache/pinot/pull/7397
## Description This PR added exception to the broker response in the following cases: 1. `numUnavailableSegments` != 0. Implying there are some offline segments. 2. `numSegmentsQueried > numSegmentsAcquired`. That is, the servers could not acquire some segments. 3. `numServersQueried > numServersResponded`. That is, some servers did not respond. ## Upgrade Notes Does this PR prevent a zero down-time upgrade? * [ ] Yes Does this PR fix a zero-downtime upgrade introduced earlier? * [ ] Yes Does this PR otherwise need attention when creating release notes? Things to consider: - New configuration options - Deprecation of configurations - Signature changes to public methods/interfaces - New plugins added or old plugins removed * [ ] Yes ## Documentation This would require the docs to be upgrades as there are new exceptions in the response. -- 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]
