-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58701/
-----------------------------------------------------------

Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.


Bugs: KYLIN-2568
    https://issues.apache.org/jira/browse/KYLIN-2568


Repository: kylin


Description
-------

When we execute the script 'kylin_port_replace_util.sh' to modify kylin port, 
it will reset other property in kylin.properties.
The reproduction steps are as follows:
1. Set the kylin port as 17070 using "$
{KYLIN_HOME}/bin/kylin_port_replace_util.sh set 10000" command.
2. Modify the property in kylin.properties. For example, change 
"kylin.server.mode=all" to "kylin.server.mode=query"
3. Set the kylin port as 12070 using "${KYLIN_HOME}
/bin/kylin_port_replace_util.sh set 5000" command. 
The result is that the kylin.server.mode which had been set as 'query' value in 
above second step was set as 'all' value again. These properities were reset. 
At the same time the contents of the server.xml are also reset.


Diffs
-----

  build/bin/kylin_port_replace_util.sh 47b0d74f7 


Diff: https://reviews.apache.org/r/58701/diff/1/


Testing
-------


Thanks,

pengjianhua

Reply via email to