HuangZhenQiu 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_r404519157
 
 

 ##########
 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:
   After discuss with @pnowojski. We aligned to use 
taskmanager.network.retries. This option will be used for other networking 
retries later. 

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