zentol commented on a change in pull request #10216:  
[FLINK-14750][configuration] Migrate duration and memory size ConfigOptions in 
RestartStrategyOptions
URL: https://github.com/apache/flink/pull/10216#discussion_r346834424
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/api/common/restartstrategy/RestartStrategies.java
 ##########
 @@ -162,6 +162,14 @@ public boolean equals(Object obj) {
                        }
                }
 
+               @Override
+               public String toString() {
+                       return "FixedDelayRestartStrategyConfiguration{" +
 
 Review comment:
   Why is this being added? (and why not also for the other configurations?)

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