gianm commented on code in PR #19494:
URL: https://github.com/apache/druid/pull/19494#discussion_r3285855970


##########
server/src/main/java/org/apache/druid/segment/loading/SegmentLocalCacheManager.java:
##########
@@ -473,6 +471,10 @@ public AcquireSegmentAction acquireSegment(final 
DataSegment dataSegment)
       return acquireExisting;
     }
 
+    if (!config.isVirtualStorage()) {
+      return AcquireSegmentAction.missingSegment();
+    }

Review Comment:
   Right, this isn't related to the main change, it's an opportunistic change 
to one of the related files. I'll pull it out and do it in a separate PR.



-- 
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]

Reply via email to