gortiz opened a new issue, #14950: URL: https://github.com/apache/pinot/issues/14950
Error handling and reporting can be improved in Pinot. Sometimes, error messages are not easy for users to understand, and the fact that each query engine notifies errors differently makes it even more confusing. Here is a nonexclusive list of improvements we need to apply: - [ ] 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. - [ ] MSE errors are large and don't include the actual error code. Instead, error code 200 is always returned. - [ ] MSE errors are logged several times in the same server. -- 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]
