Skip to content

Commit 7b9fce8

Browse files
committed
fix
1 parent 67ed9ff commit 7b9fce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ydb/public/api/protos/ydb_persqueue_v1.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,10 +1204,10 @@ message AutoPartitioningSettings {
12041204

12051205
message AutoPartitioningWriteSpeedStrategy {
12061206
//Partition will be auto partitioning up (divided into 2 partitions)
1207-
//after write speed to the partition exceeds up_utilization_percent (in percentage of maximum write speed to the partition) for the period of time threshold_time_seconds
1207+
//after write speed to the partition exceeds up_utilization_percent (in percentage of maximum write speed to the partition) for the period of time stabilization_window
12081208

12091209
//Partition will become a candidate to the auto partitioning down
1210-
//after write speed doesn’t reach down_utilization_percent (in percentage of maximum write speed to the partition) for the period of time threshold_time_seconds
1210+
//after write speed doesn’t reach down_utilization_percent (in percentage of maximum write speed to the partition) for the period of time stabilization_window
12111211
//This candidate partition will be autoscaled down when other neighbour partition will become a candidate to the auto partitioning down and not earlier than a retention period.
12121212

12131213
// Zero value means default - 300.

ydb/public/api/protos/ydb_topic.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,10 +869,10 @@ message AutoPartitioningSettings {
869869

870870
message AutoPartitioningWriteSpeedStrategy {
871871
//Partition will be auto partitioned up (divided into 2 partitions)
872-
//after write speed to the partition exceeds up_utilization_percent (in percentage of maximum write speed to the partition) for the period of time threshold_time_seconds
872+
//after write speed to the partition exceeds up_utilization_percent (in percentage of maximum write speed to the partition) for the period of time stabilization_window
873873

874874
//Partition will become a candidate to the auto partitioned down
875-
//after write speed doesn’t reach down_utilization_percent (in percentage of maximum write speed to the partition) for the period of time threshold_time_seconds
875+
//after write speed doesn’t reach down_utilization_percent (in percentage of maximum write speed to the partition) for the period of time stabilization_window
876876
//This candidate partition will be auto partitioned down when other neighbour partition will become a candidate to the auto partitioning down and not earlier than a retention period.
877877

878878
// Zero value means default - 300.

0 commit comments

Comments
 (0)