You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/20 14:37:31 UTC

[GitHub] tillrohrmann commented on a change in pull request #7356: [FLINK-10868][flink-yarn] Enforce maximum TMs failure rate in ResourceManagers

tillrohrmann 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_r258465206
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/configuration/ResourceManagerOptions.java
 ##########
 @@ -55,6 +55,18 @@
 			" default, the port of the JobManager, because the same ActorSystem is used." +
 			" Its not possible to use this configuration key to define port ranges.");
 
+	/**
+	 * Defines the maximum number of workers (YARN / Mesos) failure can happen in a minute.
 
 Review comment:
   Maybe: "Defines the maximum number of worker (YARN / Mesos) failures per minute before rejecting subsequent worker requests until the failure rate falls below the maximum." 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services