[ 
https://issues.apache.org/jira/browse/KYLIN-5984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927960#comment-17927960
 ] 

Guoliang Sun edited comment on KYLIN-5984 at 2/18/25 8:04 AM:
--------------------------------------------------------------

h3. Root Cause

The query condition only includes the table name without the database name, 
resulting in failure to find the running task.
Content of the job metadata table fields:

!image-2025-02-18-15-59-56-022.png|width=751,height=286!
h3. Dev Design

When querying tasks, pass in: \{db_name}.\{table_name}


was (Author: JIRAUSER298470):
h3. Root Cause

The query condition only includes the table name without the database name, 
resulting in failure to find the running task.
Content of the job metadata table fields:

!image-2025-02-18-15-59-56-022.png|width=751,height=286!
h3. Dev Design

When querying tasks, pass in: {{{db_name}.\{table_name}}}

> After modifying the partition column, the task did not stop.
> ------------------------------------------------------------
>
>                 Key: KYLIN-5984
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5984
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>            Reporter: Guoliang Sun
>            Assignee: Guoliang Sun
>            Priority: Major
>         Attachments: image-2025-02-18-15-59-56-022.png
>
>
> The internal table has no partition column, but there is a data loading task 
> running. After modifying the partition column, the task did not stop.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to