You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/12/10 12:02:33 UTC

[GitHub] [kylin] zenoyang opened a new pull request #985: KYLIN-4290: Add file lock to kylin startup script to avoid starting multiple instances on one node

zenoyang opened a new pull request #985: KYLIN-4290: Add file lock to kylin startup script to avoid starting multiple instances on one node
URL: https://github.com/apache/kylin/pull/985
 
 
   When we restart the Kylin instance, due to the slow start of kylin, some monitoring scripts fail to detect the surviving kylin, and will also start the kylin instance. As a result, there are multiple kylin instances on a node.
   By adding a file lock to the startup script (kylin.sh), it is guaranteed that only one kylin instance will be started when concurrent startup on a node.

----------------------------------------------------------------
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


With regards,
Apache Git Services