[
https://issues.apache.org/jira/browse/FLINK-26768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora closed FLINK-26768.
------------------------------
Resolution: Fixed
merged to main: 0b44a9a5695c0658224c972611c42e14d1e89d6a
> reconciliationStatus.error could not be cleared properly
> --------------------------------------------------------
>
> Key: FLINK-26768
> URL: https://issues.apache.org/jira/browse/FLINK-26768
> Project: Flink
> Issue Type: Bug
> Components: Kubernetes Operator
> Reporter: Yang Wang
> Assignee: Yang Wang
> Priority: Major
> Labels: pull-request-available
>
> 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.
> {code:java}
> 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 {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)