dalelane commented on code in PR #1199:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/1199#discussion_r4004207448


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/deployment/ApplicationReconciler.java:
##########
@@ -273,6 +285,24 @@ private static void 
setRandomJobResultStorePath(Configuration effectiveConfig) {
         }
     }
 
+    private static void setRandomApplicationResultStorePath(Configuration 
effectiveConfig) {
+        if (effectiveConfig.contains(HighAvailabilityOptions.HA_STORAGE_PATH)) 
{

Review Comment:
   added in a0fe7fbbb9c76fdd3eba62c186f2fab3ea31f2cf 



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