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

Checkpointing Mode is always shown to be "At Least Once" in Web UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.5.0, 1.6.0
    • 1.5.0
    • Runtime / REST

    Description

      This only happens in flip6 mode. The CheckpointConfigHandler returns the checkpoint mode uppercased. For example:

      {"mode":"EXACTLY_ONCE","interval":5000,"timeout":600000,"min_pause":0,"max_concurrent":1,"externalization":{"enabled":false,"delete_on_cancellation":true}}
      

      However, the Web UI expects the value to be lower cased:

        <tr>
              <td>Checkpointing Mode</td>
              <td ng-if="checkpointConfig['mode'] == 'exactly_once'">Exactly Once</td>
              <td ng-if="checkpointConfig['mode'] != 'exactly_once'">At Least Once</td>
            </tr>
      

      Attachments

        Issue Links

          Activity

            People

              yanghua vinoyang
              gjy Gary Yao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: