tillrohrmann commented on a change in pull request #16801:
URL: https://github.com/apache/flink/pull/16801#discussion_r688575128
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/leaderretrieval/ZooKeeperLeaderRetrievalDriverFactory.java
##########
@@ -29,16 +29,28 @@
private final String retrievalPath;
- public ZooKeeperLeaderRetrievalDriverFactory(CuratorFramework client,
String retrievalPath) {
+ private final
ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
+ leaderInformationClearancePolicy;
+
+ public ZooKeeperLeaderRetrievalDriverFactory(
+ CuratorFramework client,
+ String retrievalPath,
+ ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
Review comment:
Exactly. Some parts of the code still diverge from this policy because
they have been written before we agreed on this.
--
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]