This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a change to branch 2.5.x in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 76899aa KYLIN-3613, UnknownHostException at 'Create HTable' step when use standalone hbase cluster new 42c7338 KYLIN-3645 clean table metadata when drop project new 3e929fe KYLIN-3647 Fix inconsistent states of job and its sub-task The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../kylin/job/execution/AbstractExecutable.java | 20 ++++++------- .../job/execution/DefaultChainedExecutable.java | 34 ++-------------------- .../kylin/job/execution/ExecutableManager.java | 26 +++++++++++++++-- .../job/impl/threadpool/DefaultScheduler.java | 4 +++ ...utable.java => PersistExceptionExecutable.java} | 12 ++++---- .../job/impl/threadpool/DefaultSchedulerTest.java | 2 +- .../apache/kylin/rest/service/ProjectService.java | 11 +++++-- 7 files changed, 56 insertions(+), 53 deletions(-) copy core-job/src/test/java/org/apache/kylin/job/{RunningTestExecutable.java => PersistExceptionExecutable.java} (81%)