Hi, My job on Flink 1.10 uses RocksDB with incremental checkpointing enabled. The checkpoints are retained on cancellation.
How do I resume from the retained checkpoint after cancellation (e.g., when upgrading the job binary)? Docs say to use the checkpoint or savepoint metadata file, but AFAICT there's no metadata file in HDFS in the various directories under "$checkpointsDir/snapshots/$jobID", Thanks, Jeff Martin