XComp commented on code in PR #22984:
URL: https://github.com/apache/flink/pull/22984#discussion_r1441915244


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java:
##########
@@ -810,7 +811,8 @@ public RestartStrategies.RestartStrategyConfiguration 
getRestartStrategy() {
      * @param numberOfExecutionRetries The number of times the system will try 
to re-execute failed
      *     tasks.
      * @deprecated This method will be replaced by {@link 
#setRestartStrategy}. The {@link
-     *     RestartStrategies#fixedDelayRestart(int, Time)} contains the number 
of execution retries.
+     *     RestartStrategies#fixedDelayRestart(int, Duration)} contains the 
number of execution
+     *     retries.

Review Comment:
   See my reasoning in the [above 
comment](https://github.com/apache/flink/pull/22984#discussion_r1441914909)



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to