rpuch commented on code in PR #2978:
URL: https://github.com/apache/ignite-3/pull/2978#discussion_r1435559947


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -213,6 +213,8 @@ public class IgniteImpl implements Ignite {
     /** Lifecycle manager. */
     private final LifecycleManager lifecycleManager;
 
+    private final ThreadPools threadPools;

Review Comment:
   I'm not sure it makes a lot of sense naming it a manager as it's just a 
collection of pools, so it would be a stretch



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