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

 ##########
 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:
   Why did you need to bump those timeouts? Is it because otherwise the 
checkpoints that you create in your unit test that you introduced could timeout?

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