tillrohrmann commented on a change in pull request #17485:
URL: https://github.com/apache/flink/pull/17485#discussion_r791742776



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java
##########
@@ -204,6 +204,23 @@
                     .withDescription(
                             "The time before a JobManager after a fail over 
recovers the current jobs.");
 
+    /**
+     * Safety hatch to fallback to the old ha services implementations.
+     *
+     * <p>Ideally, we can remove this option together with the old 
implementations in the next
+     * release.
+     */
+    @Documentation.Section(Documentation.Sections.EXPERT_HIGH_AVAILABILITY)

Review comment:
       Yes. I think this is a good idea. I will create a ticket for this 
removal and add it in the comment.




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