gyfora commented on code in PR #385:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/385#discussion_r979441460


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/crd/status/FlinkDeploymentStatus.java:
##########
@@ -53,4 +53,7 @@ public class FlinkDeploymentStatus extends 
CommonStatus<FlinkDeploymentSpec> {
 
     /** Information about the TaskManagers for the scale subresource. */
     private TaskManagerInfo taskManager;
+
+    /** The jobId, if it was set by the operator. */
+    private String overrideJobId;

Review Comment:
   I think we should simply set it into the jobStatus.jobId and avoid 
introducing an extra field for it. 
   
   As long as the job is running we should assume that the jobStatus reflects 
the correct jobid
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to