davidradl commented on code in PR #28373:
URL: https://github.com/apache/flink/pull/28373#discussion_r3577855105
##########
docs/layouts/shortcodes/generated/forst_configuration.html:
##########
@@ -38,6 +38,12 @@
<td>MemorySize</td>
<td>An upper-bound of the size that can be used for cache. User
should specify at least one cache size limit to enable the cache, either this
option or the 'state.backend.forst.cache.reserve-size' option. They can be set
simultaneously, and in this case, cache will grow if meet the requirements of
both two options. The default value is '0 bytes', meaning that this option is
disabled. </td>
</tr>
+ <tr>
+
<td><h5>state.backend.forst.checkpoint.transfer.thread.num</h5></td>
+ <td style="word-wrap: break-word;">4</td>
+ <td>Integer</td>
Review Comment:
This we should document the default value of 4. Also there should be
documentation to describe bet practises around when this new option should be
used and any side effects if it is incorrectly configured.
--
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]