dharakk commented on a change in pull request #6286: URL: https://github.com/apache/incubator-pinot/pull/6286#discussion_r533165996
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/segment/SegmentAssignmentUtils.java ########## @@ -87,6 +87,15 @@ private SegmentAssignmentUtils() { return instances; } + static List<String> getInstancesForDimTable(InstancePartitions instancePartitions) { Review comment: Removed this way of gathering hosts, now explicitly returning all the hosts under a given tag as you suggested ---------------------------------------------------------------- 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. 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