ygerzhedovich commented on code in PR #3264:
URL: https://github.com/apache/ignite-3/pull/3264#discussion_r1502136377
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExchangeServiceImpl.java:
##########
@@ -114,9 +114,7 @@ public CompletableFuture<Void> sendError(String nodeName,
UUID queryId, long fra
if (!(traceableErr instanceof TraceableException)) {
traceableErr = error = new IgniteInternalException(INTERNAL_ERR,
error);
- }
- if (!(traceableErr instanceof QueryCancelledException)) {
Review Comment:
To avoid excessive logging. For example `Division by zero` in query was here.
--
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]