Skip to content

Commit c7dbad4

Browse files
committed
what i should have done last time
1 parent 1ff9fa2 commit c7dbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/druid/segment/loading/SegmentLocalCacheManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ public void mount(StorageLocation mountLocation) throws SegmentLoadingException
987987
location.getPath(),
988988
mountLocation.getPath()
989989
);
990-
} else {
990+
} else if (referenceProvider != null) {
991991
log.debug("already mounted [%s] in location[%s]", id, mountLocation.getPath());
992992
return;
993993
}

0 commit comments

Comments
 (0)