davidradl commented on code in PR #27446:
URL: https://github.com/apache/flink/pull/27446#discussion_r2712371238
##########
docs/layouts/shortcodes/generated/all_taskmanager_network_section.html:
##########
@@ -8,6 +8,18 @@
</tr>
</thead>
<tbody>
+ <tr>
+ <td><h5>taskmanager.network.adaptive-partitioner.enabled</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Whether to enabled adaptive partitioner feature for rescale
and rebalance partitioners based on the loading of the downstream tasks.</td>
+ </tr>
+ <tr>
+
<td><h5>taskmanager.network.adaptive-partitioner.max-traverse-size</h5></td>
+ <td style="word-wrap: break-word;">4</td>
+ <td>Integer</td>
+ <td>How many channels to traverse at most when looking for the
idlest channel for rescale and rebalance partitioners when enabled <code
class="highlighter-rouge">taskmanager.network.adaptive-partitioner.enabled</code>.</td>
Review Comment:
Should document the default.
nit: How many channels to traverse at most -> Maximum number of channels to
traverse,
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]