File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1272,10 +1272,10 @@ namespace NKikimr::NGRpcProxy::V1 {
12721272 }
12731273 if (settings.has_alter_auto_partitioning_settings ()) {
12741274 if (settings.alter_auto_partitioning_settings ().has_set_partition_write_speed ()) {
1275- if (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().has_set_scale_up_threshold_percent ()) {
1275+ if (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().has_set_up_utilization_percent ()) {
12761276 pqTabletConfig->MutablePartitionStrategy ()->SetScaleUpPartitionWriteSpeedThresholdPercent (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().set_up_utilization_percent ());
12771277 }
1278- if (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().has_set_scale_down_threshold_percent ()) {
1278+ if (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().has_set_down_utilization_percent ()) {
12791279 pqTabletConfig->MutablePartitionStrategy ()->SetScaleDownPartitionWriteSpeedThresholdPercent (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().set_down_utilization_percent ());
12801280 }
12811281 if (settings.alter_auto_partitioning_settings ().set_partition_write_speed ().has_set_stabilization_window ()) {
You can’t perform that action at this time.
0 commit comments