[
https://issues.apache.org/jira/browse/FLINK-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053844#comment-16053844
]
ASF GitHub Bot commented on FLINK-6498:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4123#discussion_r122681182
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -922,65 +922,111 @@
// --------------------------- ZooKeeper
----------------------------------
- /** ZooKeeper servers. */
+ /**
+ * ZooKeeper servers.
+ * @deprecated in favor of {@link
HighAvailabilityOptions#HA_ZOOKEEPER_QUORUM}.
+ */
@PublicEvolving
+ @Deprecated
public static final String HA_ZOOKEEPER_QUORUM_KEY =
"high-availability.zookeeper.quorum";
/**
* File system state backend base path for recoverable state handles.
Recovery state is written
* to this path and the file state handles are persisted for recovery.
+ * @deprecated in favor of {@link
HighAvailabilityOptions#HA_STORAGE_PATH}.
--- End diff --
I'm not sure about this one. @tillrohrmann are
`high-availability.storageDir` and `high-availability.zookeeper.storageDir`
equivalent?
> Migrate Zookeeper configuration options
> ---------------------------------------
>
> Key: FLINK-6498
> URL: https://issues.apache.org/jira/browse/FLINK-6498
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination
> Reporter: Chesnay Schepler
> Assignee: Fang Yong
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)