gortiz opened a new pull request, #14951: URL: https://github.com/apache/pinot/pull/14951
This PR is trying to fix the two first controller errors listed in #14950: - On errors, Pinot controller query endpoints inconsistently return broker-like JSON error payloads (if the error is detected by the broker) or plain text (if the controller itself detected the error) - The Pinot controller detected errors that were not logged. It also optimizes the way controllers pipeline query results from brokers. The current version should be faster (see https://schoeffm.github.io/posts/response-streaming-between-jaxrs-and-webcomponents-part1/) and, most importantly, zero-copy (while previous code copied the query response on the heap not once but twice!!!) -- 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]
