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 2017/10/26 03:31:00 UTC

[jira] [Created] (KYLIN-2971) the "Realization Names" print in logQuery is not correct

Zhong Yanghong created KYLIN-2971:
-------------------------------------

             Summary: the "Realization Names" print in logQuery is not correct
                 Key: KYLIN-2971
                 URL: https://issues.apache.org/jira/browse/KYLIN-2971
             Project: Kylin
          Issue Type: Bug
            Reporter: Zhong Yanghong
            Assignee: Zhong Yanghong


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)