yanghua commented on issue #8410: [FLINK-11159] Allow configuration whether to 
fall back to savepoints for restore
URL: https://github.com/apache/flink/pull/8410#issuecomment-492047904
 
 
   It's very strange, the Travis reported compile error :
   
   ```
   16:40:05.120 [ERROR] 
/home/travis/build/apache/flink/flink-runtime/src/test/java/org/apache/flink/runtime/jobgraph/JobGraphTest.java:[343,95]
 constructor CheckpointCoordinatorConfiguration in class 
org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration 
cannot be applied to given types;
   16:40:05.120 [ERROR] required: 
long,long,long,int,org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy,boolean,boolean
   16:40:05.120 [ERROR] found: 
long,long,long,int,org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy,boolean
   ```
   
   But the class `JobGraphTest` does not use 
`CheckpointCoordinatorConfiguration`.

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