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

Shaofeng SHI commented on KYLIN-757:
------------------------------------

Kylin use apache commons configuration lib to parse the configurations;
While what Kylin got is just the content before the first comma (that
means, only one rest server); To let Kylin get the full content, need add
\ before comma;

The reason is, comma is the default seperator, while Kylin uses 
PropertiesConfiguration.getString()  to get the value for this; If the 
seperator wasn't escaped, the value before that was returned; The temp work 
round is to escape the comma in this configuration;


> Cache wasn't flushed in cluster mode
> ------------------------------------
>
>                 Key: KYLIN-757
>                 URL: https://issues.apache.org/jira/browse/KYLIN-757
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v0.7.1
>            Reporter: Shaofeng SHI
>            Assignee: Shaofeng SHI
>
> Problem reported from mailing list by Dong Wang:
> Three instances are all configured with
> *kylin.rest.servers=localhost:8080,localhost:8085,localhost:8086*
> the query mode nodes can get the job state changes but cann't get the
> cube's state change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to