HuangZhenQiu commented on a change in pull request #7356:
[FLINK-10868][flink-yarn] Enforce maximum TMs failure rate in ResourceManagers
URL: https://github.com/apache/flink/pull/7356#discussion_r253160983
##########
File path: docs/_includes/generated/mesos_configuration.html
##########
@@ -27,6 +27,11 @@
<td style="word-wrap: break-word;">-1</td>
<td>The maximum number of failed workers before the cluster fails.
May be set to -1 to disable this feature. This option is ignored unless Flink
is in <a href="#legacy">legacy mode</a>.</td>
</tr>
+ <tr>
+ <td><h5>mesos.maximum-failed-workers-per-interval</h5></td>
+ <td style="word-wrap: break-word;">-1</td>
+ <td>Maximum number of workers the system is going to reallocate in
case of a failure in an interval.</td>
Review comment:
Rather than separate configs for Yarn and Mesos, I added the failure rate
option into resource manager config.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services