You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xin Hao (Jira)" <ji...@apache.org> on 2022/04/17 15:53:00 UTC

[jira] [Created] (FLINK-27277) consist the naming style of SessionJob's state field

Xin Hao created FLINK-27277:
-------------------------------

             Summary: consist the naming style of SessionJob's state field
                 Key: FLINK-27277
                 URL: https://issues.apache.org/jira/browse/FLINK-27277
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Xin Hao


{code:java}
spec:
  clusterId: session-cluster-test
  job:
    state: running
    ...
status:
  jobStatus:
    state: RUNNING
    ...{code}
I think it's better to change the spec.job.state with upper case to consist of the field in the status spec.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)