[
https://issues.apache.org/jira/browse/FLINK-22301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-22301:
-----------------------------------
Labels: pull-request-available (was: )
> Statebackend and CheckpointStorage type is not shown in the Web UI
> ------------------------------------------------------------------
>
> Key: FLINK-22301
> URL: https://issues.apache.org/jira/browse/FLINK-22301
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Checkpointing, Runtime / Web Frontend
> Affects Versions: 1.13.0
> Reporter: Yun Gao
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2021-04-16-14-51-00-779.png
>
>
> Currently we have already have the Rest API /jobs/:jobid/checkpoints/config
> that returns the statebackend name and checkpoint storage type:
> {code:java}
> {
> "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
> }
> {code}
> But the two fields does not shown in the Web UI of checkpoint configuration:
> !image-2021-04-16-14-51-00-779.png|width=581,height=307!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)