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

Guoliang Sun commented on KYLIN-6061:
-------------------------------------

h3. Root Cause

Abnormal stage progress display.  
In `StepExec#addStage`, the `stageId` is hardcoded. However, in the index build 
task, it should be incremented by 2 to account for the additional stages: 
`WAIT_FOR_RESOURCE` and `REFRESH_SNAPSHOT`.

> Support building index files using Gluten
> -----------------------------------------
>
>                 Key: KYLIN-6061
>                 URL: https://issues.apache.org/jira/browse/KYLIN-6061
>             Project: Kylin
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Guoliang Sun
>            Assignee: Guoliang Sun
>            Priority: Major
>             Fix For: 5.0.2
>
>
> h3. Enable Gluten for Build and Asynchronous Query
> - Add the following parameters:  
>   - `kylin.engine.gluten.enabled`: Controls whether to use Gluten for 
> building. Default is `false` (Gluten is not used for building).  
>   - `kylin.unique-async-query.gluten.enabled`: Controls whether to use Gluten 
> for asynchronous queries. Default is `false` (Gluten is not used for 
> asynchronous queries).  
> Mismatch Between Build Task Sub-steps and Actual Execution Sub-steps
> - The flat table statistics update is partially unaccounted for in the time 
> statistics.  
> - According to the build logs, the most time-consuming parts are global 
> dictionary generation and flat table creation, which do not align with the 
> page display.



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

Reply via email to