ygerzhedovich commented on code in PR #3264:
URL: https://github.com/apache/ignite-3/pull/3264#discussion_r1502457108


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/QueryTaskExecutorImpl.java:
##########
@@ -81,15 +81,30 @@ public void execute(UUID qryId, long fragmentId, Runnable 
qryTask) {
                 () -> {
                     try {
                         qryTask.run();
+                    } catch (IgniteException | IgniteInternalException iex) {
+                        //it's normal situation when we have our own exception 
here. Just ignore.
+                        LOG.debug("Uncaught exception", iex);

Review Comment:
   agree, thanks for the note



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

Reply via email to