Wang FeiFan
Wang FeiFan
[FLINK-9465][Runtime/Checkpointing] Specify a separate savepoint timeout option via CLI and REST API
## What is the purpose of the change This pull request support specify a separate savepoint timeout option via REST API and CLI, which is decribed in [FLINK-9465](https://issues.apache.org/jira/browse/FLINK-9465). ## Brief...
## What is the purpose of the change Merge and serialize the state handles of unaligned checkpoint on TaskManager to potentially reduce checkpoint production time. Details in [FLINK-33734](https://issues.apache.org/jira/browse/FLINK-33734). ## Brief...
Fix log file create failed caused by name too long by keeping only the last 255 characters , discuss in [FLINK-31743](https://issues.apache.org/jira/browse/FLINK-31743) .
…r ForStStateBackend ## What is the purpose of the change Use low DB api implement a basic incremental checkpoint for ForStStatebackend, follow steps: 1. db.disableFileDeletions() 2. db.getLiveFiles(true) 3. db.entableFileDeletes(false) ##...