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


##########
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:
   Done



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to