You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2020/07/31 12:17:00 UTC

[jira] [Closed] (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 ]

Xiaoxiang Yu closed KYLIN-2971.
-------------------------------

Resolved in release 3.1.0 (2020-07-03)

> 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: Zhichao  Zhang
>            Priority: Minor
>             Fix For: v3.1.0
>
>         Attachments: APACHE-KYLIN-2971.patch
>
>
> # The value of "Realization Names" in logQuery is wrong when query two different sqls within the same thread and second sql hits cache:
>  Example:
>  1). query Q1 hit project P1 and cube C1;
>  2). query Q2 hit project P2 and cube C2 in the same thread with Q1;
>  3). Q1 comes again and hits cache, it will show project P1 and {color:#f79232}cube C2{color}. However, it should be {color:#f79232}cube C1{color}.
>  # Missing "Cuboid Ids" in logQuery when hit cache in a new thread which does not have OLAPContext;



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