kfaraz commented on code in PR #19676:
URL: https://github.com/apache/druid/pull/19676#discussion_r3560189846
##########
server/src/main/java/org/apache/druid/segment/loading/SegmentLocalCacheManager.java:
##########
@@ -1479,7 +1482,12 @@ public void mount(StorageLocation mountLocation) throws
SegmentLoadingException
}
}
if (needsLoad) {
- loadInLocationWithStartMarker(dataSegment, storageDir);
+ final File baseDir = findCachedBaseSegmentDir(mountLocation);
Review Comment:
This doesn't seem correct, the base segment could be in some other location
too.
--
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]