gortiz opened a new pull request, #15277:
URL: https://github.com/apache/pinot/pull/15277

   This PR fixes some of the issues described in 
https://github.com/apache/pinot/issues/14950.
   
   It is mainly a clean up of MultiStageBrokerRequestHandler and 
PinotQueryResource to make parts reusable and query handling more consistent.
   
   Specifically, it fixes:
   1. On errors, Pinot controller query endpoints inconsistently return 
broker-like JSON error payloads (if the broker detects the error) or plain text 
(if the controller itself detected the error)
   2. The Pinot controller detected errors are not logged.
   3. MSE errors don't include the actual error code. Instead, error code 200 
is always returned.
   
   And it also improves (but not totally fixes) _MSE errors include the stack 
trace_
   


-- 
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]

Reply via email to