Skip to content

Commit e004695

Browse files
Register recovery range size setting
In elastic#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 e7c9be1 commit e004695

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
@@ -200,6 +200,7 @@ public List<Setting<?>> getSettings() {
200200
SNAPSHOT_UNCACHED_CHUNK_SIZE_SETTING,
201201
CacheService.SNAPSHOT_CACHE_SIZE_SETTING,
202202
CacheService.SNAPSHOT_CACHE_RANGE_SIZE_SETTING,
203+
CacheService.SNAPSHOT_CACHE_RECOVERY_RANGE_SIZE_SETTING,
203204
CacheService.SNAPSHOT_CACHE_SYNC_INTERVAL_SETTING,
204205
CacheService.SNAPSHOT_CACHE_MAX_FILES_TO_SYNC_AT_ONCE_SETTING,
205206
CacheService.SNAPSHOT_CACHE_SYNC_SHUTDOWN_TIMEOUT,

0 commit comments

Comments
 (0)