tledkov-gridgain commented on a change in pull request #395:
URL: https://github.com/apache/ignite-3/pull/395#discussion_r730851792



##########
File path: 
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExchangeServiceImpl.java
##########
@@ -259,4 +255,9 @@ else if (LOG.isDebugEnabled()) {
             null,
             ImmutableMap.of());
     }
+
+    /** {@inheritDoc} */
+    @Override public void close() throws Exception {
+        // No-op.

Review comment:
       Task executor is started/inited outside the ExchangeServiceImpl. So, it 
will be closed/stopped by its owner.




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