SteNicholas commented on a change in pull request #26:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/26#discussion_r817500860



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobManagerDeploymentStatus.java
##########
@@ -44,12 +44,12 @@
     public UpdateControl<FlinkDeployment> toUpdateControl(FlinkDeployment 
flinkDeployment) {
         switch (this) {
             case DEPLOYING:
+            case READY:
                 return UpdateControl.updateStatus(flinkDeployment)
                         .rescheduleAfter(REFRESH_SECONDS, TimeUnit.SECONDS);
             case DEPLOYED_NOT_READY:
                 return UpdateControl.updateStatus(flinkDeployment)
                         .rescheduleAfter(PORT_READY_DELAY_SECONDS, 
TimeUnit.SECONDS);
-            case READY:
             case MISSING:

Review comment:
       @gyfora Yes.




-- 
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