[ 
https://issues.apache.org/jira/browse/FLINK-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056944#comment-16056944
 ] 

ASF GitHub Bot commented on FLINK-6498:
---------------------------------------

Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4123#discussion_r123148352
  
    --- 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 --
    
    Yes I think so.


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

Reply via email to