ifndef-SleePy commented on a change in pull request #11648: 
[FLINK-16945][checkpointing] Execute CheckpointFailureManager.FailJob…
URL: https://github.com/apache/flink/pull/11648#discussion_r405210312
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/ExecutionGraphCheckpointCoordinatorTest.java
 ##########
 @@ -144,11 +228,14 @@ private ExecutionGraph 
createExecutionGraphAndEnableCheckpointing(
                        .setJobGraph(new JobGraph(jobVertex))
                        .setRpcTimeout(timeout)
                        .setAllocationTimeout(timeout)
+                       .setIoExecutor(Executors.directExecutor())
                        .build();
 
+               final ExecutionJobVertex executionJobVertex = 
executionGraph.getVerticesTopologically().iterator().next();
+
                CheckpointCoordinatorConfiguration chkConfig = new 
CheckpointCoordinatorConfiguration(
-                       100,
-                       100,
+                       1000000,
+                       1000000,
 
 Review comment:
   Yes, the timeout is one of the reasons. There is another reason that I don't 
want the periodic checkpoint triggered during testing. It would disturb the 
verification.

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