Skip to content

Commit 56544a1

Browse files
authored
feat: Fix the outdated segmentCache selection strategy runtime config (#11)
1 parent 54b364d commit 56544a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/uploads/config/historical/runtime.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ druid.processing.tmpDir=/mnt/disk2/var/druid/processing
3434

3535
# Segment storage
3636
druid.segmentCache.locations={{segment_cache_list | safe}}
37-
druid.segmentCache.locationSelectorStrategy=mostAvailableSize
37+
druid.segmentCache.locationSelector.strategy=mostAvailableSize
3838
druid.segmentCache.lazyLoadOnStart=true
3939

4040
# How many segments to drop or load concurrently from deep storage

0 commit comments

Comments
 (0)