You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/25 07:58:33 UTC

[GitHub] [ignite] ptupitsyn commented on a change in pull request #9851: IGNITE-16549 .NET: Add IgniteClientConfiguration.SendServerExceptionStackTraceToClient

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org