gortiz commented on code in PR #11496:
URL: https://github.com/apache/pinot/pull/11496#discussion_r1321081408


##########
pinot-core/src/main/java/org/apache/pinot/core/transport/ServerChannels.java:
##########
@@ -167,7 +167,10 @@ protected void initChannel(SocketChannel ch) {
               // NOTE: data table de-serialization happens inside this handler
               // Revisit if this becomes a bottleneck
               ch.pipeline().addLast(
-                  ChannelHandlerFactory.getDataTableHandler(_queryRouter, 
_serverRoutingInstance, _brokerMetrics));
+                  ChannelHandlerFactory.getDirectOOMHandler(_queryRouter, 
_serverRoutingInstance, _serverToChannelMap)

Review Comment:
   We should add the new handler before the comment note



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to