GJL commented on a change in pull request #9904: [FLINK-14232][runtime] Support 
global failure handling in NG scheduling
URL: https://github.com/apache/flink/pull/9904#discussion_r337961466
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/failover/flip1/ExecutionFailureHandlerTest.java
 ##########
 @@ -40,24 +42,38 @@
  */
 public class ExecutionFailureHandlerTest extends TestLogger {
 
+       private static final long restartDelayMs = 1234L;
+
+       private FailoverTopology failoverTopology;
+
+       private TestFailoverStrategy failoverStrategy;
+
+       private TestRestartBackoffTimeStrategy restartStrategy;
 
 Review comment:
   How about naming this `restartBackoffTimeStrategy` to avoid confusion with 
the legacy restart strategy. 

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