ygerzhedovich commented on code in PR #2925: URL: https://github.com/apache/ignite-3/pull/2925#discussion_r1418704213
########## 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: just a question of separate activity - should we move it to configuration or we consider it only as internal constant? -- 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