RupengWang edited a comment on pull request #933: URL: https://github.com/apache/kylin/pull/933#issuecomment-645179227
## Design test cases ### Prepare test env 1. deploy 3 kylin instances in a cluster contains 3 nodes[cdh-master, cdh-client, cdh-worker-1] 2. enable distributed schedule - kylin.job.scheduler.default=2 - kylin.job.lock=org.apache.kylin.storage.hbase.util.ZookeeperDistributedJobLock - add all job servers and query servers to the kylin.server.cluster-servers 3. clone the sample cube - kylin_sales_cube and set cube kylin property kylin.cube.shedule.assigned-servers=cdh-master,cdh-worker-1 ![image](https://user-images.githubusercontent.com/9884693/84863194-28dfbd00-b0a7-11ea-958b-adb0101a33a7.png) 4. build two segment (2012-01-01 ~ 2013-01-01) (2013-01-01 ~ 2014-01-01), the build requests are submitted by cdh-client ### Case check if these two build job are executed by cdh-master and cdh-worker-1 ---------------------------------------------------------------- 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: us...@infra.apache.org