vdmitrienko commented on code in PR #6881:
URL: https://github.com/apache/ignite-3/pull/6881#discussion_r2498917732


##########
modules/client/src/main/java/org/apache/ignite/internal/client/ClientTimeoutWorker.java:
##########
@@ -68,11 +68,11 @@ private synchronized void shutdownIfEmpty() {
         }
     }
 
-    private static ScheduledExecutorService createExecutor() {
+    private static ScheduledExecutorService 
createExecutor(IgniteClientConfiguration clientCfg) {
         return Executors.newSingleThreadScheduledExecutor(
                 new NamedThreadFactory(
                         "TcpClientChannel-timeout-worker",
-                        Loggers.voidLogger()));
+                        ClientUtils.logger(clientCfg, 
ClientTimeoutWorker.class)));

Review Comment:
   @ptupitsyn, please let me know if this change is unwanted. I’ll revert it if 
needed.



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