You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhong Yanghong (Jira)" <ji...@apache.org> on 2020/03/03 01:36:00 UTC

[jira] [Reopened] (KYLIN-2971) Fix the wrong "Realization Names" in logQuery when hit cache

     [ https://issues.apache.org/jira/browse/KYLIN-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhong Yanghong reopened KYLIN-2971:
-----------------------------------

> Fix the wrong "Realization Names" in logQuery when hit cache
> ------------------------------------------------------------
>
>                 Key: KYLIN-2971
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2971
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>            Priority: Major
>             Fix For: v2.3.0
>
>         Attachments: APACHE-KYLIN-2971.patch
>
>
> OLAPContext.clearThreadLocalContexts() should be called before a query starts. And we should consider query hit cache.
> Example, 
> # query Q1 hit project P1 and cube C1; 
> # then query Q2 hit project P2 and cube C2;
> # then Q1 comes again, it will show project P1 and {color:#f79232}cube C2{color}. However, it should be {color:#f79232}cube C1{color}



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