You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/29 01:32:00 UTC

[jira] [Commented] (KYLIN-4208) RT OLAP kylin.stream.node configure optimization support all receiver can have the same config

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

ASF GitHub Bot commented on KYLIN-4208:
---------------------------------------

wangxiaojing123 commented on pull request #903: KYLIN-4208 RT OLAP kylin.stream.node configure optimization support all receiver can have the same config
URL: https://github.com/apache/kylin/pull/903
 
 
   Support three kylin.stream.node config format, ip:prot or port or not set the config.
   
   - if set ip:port , then kylin will set the config ip and port as the currentNode,
   
   - if set port only, then kylin will get the node ip address and set the node ip and port as the currentNode,
   
   - if not set the config ,then kylin will get the node hostname address and set the hostname and defaultPort(7070) as the currentNode.
   
   issue link: https://issues.apache.org/jira/browse/KYLIN-4208
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> RT OLAP kylin.stream.node configure optimization support all receiver can have the same config
> ----------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-4208
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4208
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Real-time Streaming
>            Reporter: wangxiaojing
>            Assignee: wangxiaojing
>            Priority: Major
>             Fix For: Future, v3.0.0, v3.0.0-beta
>
>
>          At present, kylin.stream.node only supports two configuration format: not config(will use native hostname:defaultPort 7070) or config the IP: Port. In product env, the port number usually needs to be changed.
>         If we should change the port ,wo should set like ip:port , it will lead to different configuration files of different nodes of the entire receiver cluster, which will cause inconvenience to online operation and maintenance.
>      We hope to add a configuration method, such as the disposable port, to solve the problem that the port can be customized and the configuration of all receivers can be consistent. At the same time, it is compatible with the previous configuration.



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