xtern commented on code in PR #2925: URL: https://github.com/apache/ignite-3/pull/2925#discussion_r1418709565
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/SqlQueryProcessor.java: ########## @@ -148,6 +148,8 @@ public class SqlQueryProcessor implements QueryProcessor { private static final CacheFactory CACHE_FACTORY = CaffeineCacheFactory.INSTANCE; + private static final long EXECUTION_SERVICE_SHUTDOWN_TIMEOUT = 60_000; Review Comment: We decided to keep it constant for now, configuration will be added separately. -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org