You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/01/17 15:18:01 UTC

[jira] [Commented] (KYLIN-4653) Make the capacity for the LinkedBlockingQueue of BlockingReservoir configurable

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

ASF subversion and git services commented on KYLIN-4653:
--------------------------------------------------------

Commit 5b3859c9d6871cd001a39ece43c856275215e01b in kylin's branch refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=5b3859c ]

KYLIN-4653 Make the capacity for the LinkedBlockingQueue of BlockingReservoir configurable

(cherry picked from commit 159a0fffe0aff2babd7d6f97bab7de6c7dc2be35)


> Make the capacity for the LinkedBlockingQueue of BlockingReservoir configurable
> -------------------------------------------------------------------------------
>
>                 Key: KYLIN-4653
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4653
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>            Priority: Major
>             Fix For: v3.1.1
>
>
> Currently the blocking queue capacity is 50K. It is too small, which easily goes into being blocked and slows down queries.
> It's better to make this value configurable and enlarge the default value.
> For real usage, I strongly recommend to use unbounded LinkedBlockingQueue, which is supposed not to block queries due to report query metrics.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)