[ 
https://issues.apache.org/jira/browse/FLINK-22301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Rohrmann closed FLINK-22301.
---------------------------------
    Fix Version/s: 1.13.1
                   1.14.0
       Resolution: Fixed

Fixed via 

1.14.0: 394c69c8e5624ad3334d9b29c60b6ee59fb81d03
1.13.1: dbcbb984d5018ddee6638363ad5871d677a0bd80

> 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
>            Assignee: Nicholas Jiang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0, 1.13.1
>
>         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)

Reply via email to