ptupitsyn commented on code in PR #6280: URL: https://github.com/apache/ignite-3/pull/6280#discussion_r2218928555
########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java: ########## @@ -351,6 +352,7 @@ protected void initChannel(Channel ch) { handler = messageHandler; ch.pipeline().addLast( + new FlushConsolidationHandler(FlushConsolidationHandler.DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES, true), Review Comment: Ignore my comments - it is already enabled in `NettyClientConnectionMultiplexer`. ########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java: ########## @@ -351,6 +352,7 @@ protected void initChannel(Channel ch) { handler = messageHandler; ch.pipeline().addLast( + new FlushConsolidationHandler(FlushConsolidationHandler.DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES, true), Review Comment: Ignore my comment - it is already enabled in `NettyClientConnectionMultiplexer`. -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org