Skip to content

Commit 4a560e1

Browse files
APlyusninAPlyusnin
APlyusnin
authored and
APlyusnin
committed
[FLINK-31215] Backpropagate processing rate limits from non-scalable bottlenecks to upstream operators
1 parent e80fd7c commit 4a560e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: docs/layouts/shortcodes/generated/auto_scaler_configuration.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
<td>Double</td>
117117
<td>Percentage threshold for switching to observed from busy time based true processing rate if the measurement is off by at least the configured fraction. For example 0.15 means we switch to observed if the busy time based computation is at least 15% higher during catchup.</td>
118118
</tr>
119+
<tr>
120+
<td><h5>job.autoscaler.processing.rate.backpropagation.enabled</h5></td>
121+
<td style="word-wrap: break-word;">false</td>
122+
<td>Boolean</td>
123+
<td>Enable backpropagation of processing rate during autoscaling to reduce resources usage.</td>
124+
</tr>
119125
<tr>
120126
<td><h5>job.autoscaler.quota.cpu</h5></td>
121127
<td style="word-wrap: break-word;">(none)</td>
@@ -210,7 +216,7 @@
210216
<td><h5>job.autoscaler.vertex.exclude.ids</h5></td>
211217
<td style="word-wrap: break-word;"></td>
212218
<td>List&lt;String&gt;</td>
213-
<td>A (semicolon-separated) list of vertex ids in hexstring for which to disable scaling. Caution: For non-sink vertices this will still scale their downstream operators until https://issues.apache.org/jira/browse/FLINK-31215 is implemented.</td>
219+
<td>A (semicolon-separated) list of vertex ids in hexstring for which to disable scaling.</td>
214220
</tr>
215221
<tr>
216222
<td><h5>job.autoscaler.vertex.max-parallelism</h5></td>

0 commit comments

Comments
 (0)