tillrohrmann commented on a change in pull request #9637: [FLINK-13884] Set
default delay for restart strategies to 1s
URL: https://github.com/apache/flink/pull/9637#discussion_r322337200
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/RestartStrategyOptions.java
##########
@@ -116,10 +115,9 @@
Description.builder()
.text(
"Time interval for measuring failure
rate if %s has been set to %s. " +
- "It can be specified using
Scala's %s notation: \"1 min\", \"20 s\"",
+ "It can be specified using the
notation: \"1 min\", \"20 s\", \"100 ms\"",
Review comment:
Yes, I'll revert these commits. Somehow the urge to get rid of Scala
dependencies just overcame me....
----------------------------------------------------------------
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