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

Zhong Yanghong commented on KYLIN-3865:
---------------------------------------

Hi [~Shaofengshi],

It's not a downgrade. The cluster identification will be added to the zkChRoot 
at line 55 in class *ZKUtil*. 
{code}
    private static final String zkChRoot = 
fixPath(defaultKylinConfig.getZookeeperBasePath(),
            defaultKylinConfig.getClusterName());
{code}

> Centralize the zookeeper related info
> -------------------------------------
>
>                 Key: KYLIN-3865
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3865
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>            Priority: Major
>             Fix For: v3.0.0
>
>
> Currently zookeeper related infos, like zk path, curator client, are 
> scattered many places, like 
> ZookeeperDistributedLock, DistributedScheduler, CuratorScheduler. It's better 
> to centralize them. There'll be several benefits:
> * Avoid creating multiple curator clients
> * Easy to manage the zk path by leveraging zkChRoot



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to