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

ASF GitHub Bot commented on KYLIN-2932:
---------------------------------------

Wayne1c opened a new pull request #387: APACHE-KYLIN-2932: Simplify the thread 
model for in-memory cubing
URL: https://github.com/apache/kylin/pull/387
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Simplify the thread model for in-memory cubing
> ----------------------------------------------
>
>                 Key: KYLIN-2932
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2932
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Job Engine
>            Reporter: Wang Ken
>            Assignee: Wang Ken
>            Priority: Major
>             Fix For: v2.6.0
>
>         Attachments: APACHE-KYLIN-2932.patch
>
>
> The current implementation uses split threads, task threads and main thread 
> to do the cube building, there is complex join and error handling logic.
> The new implement leverages the ForkJoinPool from JDK,  the event split logic 
> is handled in
> main thread. Cuboid task and sub-tasks are handled in fork join pool, cube 
> results are collected
> async and can be write to output earlier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to