ptupitsyn commented on a change in pull request #9851:
URL: https://github.com/apache/ignite/pull/9851#discussion_r814548888
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/ClientRequestHandler.java
##########
@@ -125,8 +125,7 @@
msg = sqlState + ": " + msg;
}
- if ((X.getCause(e) != null || !X.getSuppressedList(e).isEmpty())
- &&
ctx.kernalContext().sqlListener().sendServerExceptionStackTraceToClient())
+ if
(ctx.kernalContext().sqlListener().sendServerExceptionStackTraceToClient())
Review comment:
I'm not sure why. The option is called
`sendServerExceptionStackTraceToClient`, so we just send the stack trace
whatever it is, when enabled.
With those conditions in place I tried a few things like "disabled compute",
"exception in compute task" and never got it to work.
--
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]