vrajat commented on issue #14950:
URL: https://github.com/apache/pinot/issues/14950#issuecomment-2636333616
> MSE errors include the stack trace and don't include the actual error
code. Instead, error code 200 is always returned.
This is true for SSE as well. For example:
```
"exceptions": [
{
"message": "QueryExecutionError:\nQuery execution error on:
Server_100.81.71.117_7050
org.apache.pinot.spi.exception.EarlyTerminationException: Interrupted while
processing next block",
"errorCode": 200
},
```
--
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]