You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/09/30 10:40:45 UTC

[GitHub] [ignite-3] alievmirza commented on a change in pull request #340: IGNITE-15510 use shared executor for raft group services

alievmirza commented on a change in pull request #340:
URL: https://github.com/apache/ignite-3/pull/340#discussion_r719281005



##########
File path: modules/metastorage-client/src/integrationTest/java/org/apache/ignite/internal/metastorage/client/ITMetaStorageServiceTest.java
##########
@@ -217,6 +223,8 @@ public void beforeTest() throws Exception {
 
         LOG.info("Cluster started.");
 
+        executor = new ScheduledThreadPoolExecutor(20);

Review comment:
       Discussed in private, decided to save it in beforeTest blocks




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org