You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ma Gang (JIRA)" <ji...@apache.org> on 2018/09/04 09:44:01 UTC

[jira] [Commented] (KYLIN-3536) PrepareStatement cache issue when there are new segments built

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

Ma Gang commented on KYLIN-3536:
--------------------------------

[~Shaofengshi], please help to review and apply to master and 2.5.0 branch if it is ok, thanks!

> PrepareStatement cache issue when there are new segments built
> --------------------------------------------------------------
>
>                 Key: KYLIN-3536
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3536
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Ma Gang
>            Assignee: Shaofeng SHI
>            Priority: Minor
>         Attachments: KYLIN-3536.patch
>
>
> PrepareStatement cache will have issue when there are new segments built, because the OLAPContext is cached with preparedStatement, and the choosed Realization is cached in the OLAPContext, so if there are new segments built after cache, the new segments will not be used for the query. The fix is always use the latest Realization Instance in the OLAPContext.



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