Ethanlm commented on a change in pull request #3379: URL: https://github.com/apache/storm/pull/3379#discussion_r590801811
########## File path: storm-server/src/test/java/org/apache/storm/scheduler/resource/strategies/scheduling/TestDefaultResourceAwareStrategy.java ########## @@ -905,9 +911,9 @@ public void testMultipleRacksWithFavoritism() { rs.prepareForScheduling(cluster, topo1); INodeSorter nodeSorter = new NodeSorter(cluster, topo1, BaseResourceAwareStrategy.NodeSortType.DEFAULT_RAS); Review comment: Do we want to change this to NodeSorterHostProximity too? or why don't we just rename `NodeSorterHostProximity` to `NodeSorter` and remove the current NodeSorter class? ---------------------------------------------------------------- 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