You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "xiang zhang (Jira)" <ji...@apache.org> on 2019/11/14 12:43:00 UTC

[jira] [Updated] (KYLIN-4256) Rest server discovery based on registry such as zookeeper

     [ https://issues.apache.org/jira/browse/KYLIN-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiang zhang updated KYLIN-4256:
-------------------------------
    Description: 
In the current kylin default mechanism, cluster expansion and shrinkage requires a hard modification of the ??kylin.server.cluster-servers?? in the configuration file to modify the info of nodes in the cluster. It is very inconvenient and not elegant and unsafe. . Especially in the cluster size {color:#FF0000}node number is more or in the cloud environment.{color}

{color:#172b4d}This PR is based on theĀ  zookeeper's registration and discovery mechanism to manage nodes in the cluster gracefully, securely and accurately.{color}

> Rest server discovery based on registry such as zookeeper
> ---------------------------------------------------------
>
>                 Key: KYLIN-4256
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4256
>             Project: Kylin
>          Issue Type: Improvement
>          Components: REST Service
>    Affects Versions: v2.6.0
>            Reporter: xiang zhang
>            Priority: Major
>
> In the current kylin default mechanism, cluster expansion and shrinkage requires a hard modification of the ??kylin.server.cluster-servers?? in the configuration file to modify the info of nodes in the cluster. It is very inconvenient and not elegant and unsafe. . Especially in the cluster size {color:#FF0000}node number is more or in the cloud environment.{color}
> {color:#172b4d}This PR is based on theĀ  zookeeper's registration and discovery mechanism to manage nodes in the cluster gracefully, securely and accurately.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)