AMashenkov commented on code in PR #7481:
URL: https://github.com/apache/ignite-3/pull/7481#discussion_r2741293797


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientInboundMessageHandler.java:
##########
@@ -377,6 +394,8 @@ public ClientInboundMessageHandler(
         this.computeConnectionFunc = computeConnectionFunc;
 
         this.queryTypeListener = queryTypeListener;
+
+        throttledLogger = Loggers.toThrottledLogger(LOG, 
partitionOperationsExecutor);

Review Comment:
   We don't need any executor at all. It is just never used, because we build 
synchronous cache underneath.
   Looks like throttle logger has a bug.
   
   So, you can even pass Runnable::run instead.



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