Re: [DISCUSS] Backwards compatibility policy.

2017-05-22 Thread
Hi all, Currently, we work a lot in the maintenance of compatibility. There exist much code in runtime to support the migration of savepoints (most of which are deprecated), making it hard to focus on the current implementation. When more versions are released, much more efforts will be needed

Re: [DISCUSS] Feature Freeze

2017-04-27 Thread
Hi Ufuk Incremental checkpointing can significantly improve the performance of checkpointing. I hope it can be included in release 1.3. I am working with Stefan on the last subtask, which attempts to implement incremental checkpointing in RocksDB state backend (FLINK-6364). Without future opti

回复:[DISCUSS] Support Incremental Checkpointing in Flink

2017-02-19 Thread (星罡)
Hi Gyula, It's the backend that decides the data contained in the snapshot. The backend can take a complete snapshot when it finds it cost more to take an incremental snapshot. In such cases, the taken snapshots are self-contained and will not reference any previous deltas. It's true that the gr