sashidhar commented on a change in pull request #8038: Making optimal usage of 
multiple segment cache locations
URL: https://github.com/apache/incubator-druid/pull/8038#discussion_r317370815
 
 

 ##########
 File path: 
server/src/main/java/org/apache/druid/segment/loading/SegmentLoaderLocalCacheManager.java
 ##########
 @@ -101,7 +101,8 @@ public SegmentLoaderLocalCacheManager(
           )
       );
     }
-    locations.sort(COMPARATOR);
+    this.strategy = config.getStorageLocationSelectorStrategy();
+    this.strategy.setStorageLocations(ImmutableList.copyOf(locations));
 
 Review comment:
   This line is removed as `setStorgaeLocations()` method is removed from 
`StorageLocationSelectorStrategy` interface.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to