[FLINK-3556] [runtime] Remove false check in HA blob store configuration#1749
[FLINK-3556] [runtime] Remove false check in HA blob store configuration#1749uce wants to merge 2 commits into
Conversation
|
Changes look good to me. Good catch @uce :-) +1 for merging. One minor thing: We check that the configuration contains the |
|
Thanks Till! The check was duplicated in |
|
PS I had a local Travis build with this (1st commit), which succeeded https://travis-ci.org/uce/flink/builds/112830163 and the blob and recovery tests succeed on my local laptop with the latest commit. |
|
+1 for merging |
|
OK, going to merge to master and release-1.0. |
If you use the
RocksDBStateBackendand configure HA w/o setting the state backend tofilesystem, restoring your job will fail, because the BLOBs are not persisted. The really ugly part is that this does not log a warning or anything. I'm leaning towards making this a release blocker, but it can also be postponed to1.0.1, if that follows very soon.