You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/14 01:51:04 UTC

[GitHub] [flink] yanghua edited a comment on issue #8410: [FLINK-11159] Allow configuration whether to fall back to savepoints for restore

yanghua edited a comment 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`.
   
   Will trigger rebuild.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services