[ https://issues.apache.org/jira/browse/FLINK-27249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xin Hao closed FLINK-27249. --------------------------- Resolution: Not A Problem > Change the state field in the FlinkSessionJob.Spec.Job into desiredState > ------------------------------------------------------------------------ > > Key: FLINK-27249 > URL: https://issues.apache.org/jira/browse/FLINK-27249 > Project: Flink > Issue Type: Improvement > Components: Kubernetes Operator > Reporter: Xin Hao > Priority: Minor > > {code:java} > /** Desired state for the job. */ > private JobState state = JobState.RUNNING; {code} > It will confuse the users when getting info from the K8s. Such as > {code:java} > spec: > clusterId: session-cluster-test > job: > jarURI: file:///flink-examples-streaming_2.12-1.14.4-TopSpeedWindowing.jar > state: running > ... > status: > jobStatus: > jobId: 42bf3c6f2ac1d909b054b75c20c30afe > state: RUNNING > ...{code} > -- This message was sent by Atlassian Jira (v8.20.1#820001)