Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22301

Statebackend and CheckpointStorage type is not shown in the Web UI

    XMLWordPrintableJSON

Details

    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

        Issue Links

          Activity

            People

              nicholasjiang Nicholas Jiang
              gaoyunhaii Yun Gao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: