Skip to content

Commit 0b27e26

Browse files
Register recovery range size setting (#66697)
In #66198 a setting was introduced to reduce the range size used for searchable snapshots during recovery, unfortunately it was not registered and is therefore not settable.
1 parent 08113b2 commit 0b27e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/searchable-snapshots/src/main/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshots.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public List<Setting<?>> getSettings() {
199199
SNAPSHOT_UNCACHED_CHUNK_SIZE_SETTING,
200200
CacheService.SNAPSHOT_CACHE_SIZE_SETTING,
201201
CacheService.SNAPSHOT_CACHE_RANGE_SIZE_SETTING,
202+
CacheService.SNAPSHOT_CACHE_RECOVERY_RANGE_SIZE_SETTING,
202203
CacheService.SNAPSHOT_CACHE_SYNC_INTERVAL_SETTING,
203204
CacheService.SNAPSHOT_CACHE_MAX_FILES_TO_SYNC_AT_ONCE_SETTING,
204205
CacheService.SNAPSHOT_CACHE_SYNC_SHUTDOWN_TIMEOUT,

0 commit comments

Comments
 (0)