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

reconciliationStatus.error could not be cleared properly

    XMLWordPrintableJSON

Details

    Description

      When testing the flink-kubernetes-operator, I find the reconciliationStatus.error could not be cleared properly. Even though, the job is running normally. It seems that reconciliationStatus.error could not be updated without spec change.

      status:
        jobManagerDeploymentStatus: READY
        jobStatus:
          jobId: "00000000000000000000000000000000"
          jobName: State machine job
          savepointInfo: {}
          startTime: "1647851557367"
          state: RUNNING
          updateTime: "1647851870081"
        reconciliationStatus:
          error: back-off 5m0s restarting failed container=flink-main-container pod=flink-example-statemachine-6f76c78cd4-dvwnr_default(5ae2e615-8348-4536-8f37-05adf551bd53)
          lastReconciledSpec:
            flinkConfiguration:
              high-availability: org.apache.flink.kubernetes.highavailability.KubernetesHaServicesFactory
              high-availability.storageDir: file:///opt/flink/volume/flink-ha
              state.checkpoints.dir: file:///opt/flink/volume/flink-cp
              state.savepoints.dir: file:///opt/flink/volume/flink-sp
              taskmanager.numberOfTaskSlots: "2"
            flinkVersion: v1_14
            image: flink:1.14.3 

      Attachments

        Issue Links

          Activity

            People

              wangyang0918 Yang Wang
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: