petrov-mg commented on code in PR #12429:
URL: https://github.com/apache/ignite/pull/12429#discussion_r2770865656


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/pool/PoolProcessor.java:
##########
@@ -280,7 +280,7 @@ public PoolProcessor(GridKernalContext ctx) {
                         throw new IgniteException("Failed to register IO 
executor pool because its ID as " +
                             "already used: " + id);
 
-                    extPools[id] = ctx.security().enabled() ? new 
SecurityAwareIoPool(ctx.security(), ex) : ex;
+                    extPools[id] = ctx.security().enabled() ? 
ContextAwareIoPool.wrap(ex) : ex;

Review Comment:
   We will definitely do this, but in a separate ticket.



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