pnowojski commented on a change in pull request #11541: [FLINK-15416][network] 
add task manager netty client retry mechenism
URL: https://github.com/apache/flink/pull/11541#discussion_r404880461
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/NettyShuffleEnvironmentOptions.java
 ##########
 @@ -234,6 +234,14 @@
                        
.withDeprecatedKeys("taskmanager.net.client.connectTimeoutSec")
                        .withDescription("The Netty client connection 
timeout.");
 
+       @Documentation.Section(Documentation.Sections.ALL_TASK_MANAGER_NETWORK)
+       public static final ConfigOption<Integer> NETWORK_RETRIES =
+               key("taskmanager.network.retries")
 
 Review comment:
   @zhijiangW : https://github.com/apache/flink/pull/11541#discussion_r400969493
   
   In the future we might want to re-use this property for other retries, not 
only client connection retries.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to