nishantmonu51 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_r300959441
##########
File path:
server/src/main/java/org/apache/druid/segment/loading/SegmentLoaderLocalCacheManager.java
##########
@@ -102,6 +105,8 @@ public SegmentLoaderLocalCacheManager(
);
}
locations.sort(COMPARATOR);
Review comment:
looks like we are already trying to sort via the available free size,
The issue seems like the order is not updated after a segment is loaded.
what do you think about sorting the locations after a segment has been
loaded ?
I think that would probably fix the issue in
https://github.com/apache/incubator-druid/issues/7641 ?
----------------------------------------------------------------
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]