Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
Currently we have already have the Rest API /jobs/:jobid/checkpoints/config that returns the statebackend name and checkpoint storage type:
{ "mode":"exactly_once", "interval":20, "timeout":600000, "min_pause":0, "max_concurrent":1, "externalization":{ "enabled":false, "delete_on_cancellation":true }, "state_backend":"EmbeddedRocksDBStateBackend", "checkpoint_storage":"FileSystemCheckpointStorage", "unaligned_checkpoints":false, "tolerable_failed_checkpoints":0 }
But the two fields does not shown in the Web UI of checkpoint configuration:
Attachments
Attachments
Issue Links
- relates to
-
FLINK-22140 Test the unified binary savepoint
-
- Resolved
-
- links to