[
https://issues.apache.org/jira/browse/KYLIN-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Billy Liu updated KYLIN-2971:
-----------------------------
Summary: Fix the wrong "Realization Names" in logQuery when hit cache
(was: the "Realization Names" print in logQuery is not correct)
> 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
> 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
(v6.4.14#64029)