klsince commented on code in PR #11978:
URL: https://github.com/apache/pinot/pull/11978#discussion_r1408548323
##########
pinot-broker/src/main/java/org/apache/pinot/broker/routing/BrokerRoutingManager.java:
##########
@@ -621,8 +657,22 @@ public RoutingTable getRoutingTable(BrokerRequest
brokerRequest, long requestId)
_brokerMetrics.addMeteredTableValue(tableNameWithType,
BrokerMeter.SERVER_MISSING_FOR_ROUTING, 1L);
}
}
- return new RoutingTable(serverInstanceToSegmentsMap,
selectionResult.getUnavailableSegments(),
- selectionResult.getNumPrunedSegments());
+ return serverInstanceToSegmentsMap;
+ }
+
+ private static Map<ServerInstance, Pair<List<String>, List<String>>> merge(
Review Comment:
:face_palm:
--
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]