Skip to content

Commit 539499f

Browse files
committed
Register settings
1 parent 05a27b6 commit 539499f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/main/java/org/elasticsearch/common/settings/ClusterSettings.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
import org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator;
5252
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalanceComputer;
5353
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalanceReconciler;
54+
import org.elasticsearch.cluster.routing.allocation.allocator.TieredPartitionedClusterFactory;
5455
import org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider;
5556
import org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider;
5657
import org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider;
@@ -225,6 +226,9 @@ public void apply(Settings value, Settings current, Settings previous) {
225226
BalancedShardsAllocator.WRITE_LOAD_BALANCE_FACTOR_SETTING,
226227
BalancedShardsAllocator.DISK_USAGE_BALANCE_FACTOR_SETTING,
227228
BalancedShardsAllocator.THRESHOLD_SETTING,
229+
TieredPartitionedClusterFactory.INDEXING_TIER_SHARD_BALANCE_FACTOR_SETTING,
230+
TieredPartitionedClusterFactory.SEARCH_TIER_SHARD_BALANCE_FACTOR_SETTING,
231+
TieredPartitionedClusterFactory.INDEXING_TIER_WRITE_LOAD_BALANCE_FACTOR_SETTING,
228232
DataStreamAutoShardingService.DATA_STREAMS_AUTO_SHARDING_DECREASE_SHARDS_COOLDOWN,
229233
DataStreamAutoShardingService.DATA_STREAMS_AUTO_SHARDING_INCREASE_SHARDS_COOLDOWN,
230234
DataStreamAutoShardingService.DATA_STREAMS_AUTO_SHARDING_EXCLUDES_SETTING,

0 commit comments

Comments
 (0)