zhong.zhu created KYLIN-5734: -------------------------------- Summary: Problems with task scheduling logic Key: KYLIN-5734 URL: https://issues.apache.org/jira/browse/KYLIN-5734 Project: Kylin Issue Type: Bug Affects Versions: 5.0-beta Reporter: zhong.zhu Assignee: zhong.zhu Fix For: 5.0.0
When a task is scheduled, the task is logged into runningJobs and the current thread is logged into runningJobThreads, which is expected to be the thread executing the task, but is actually the thread of the scheduler, which leads to subsequent attempts to interrupt the scheduler FetcherRunner when the task is killed. -- This message was sent by Atlassian Jira (v8.20.10#820010)