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

ASF GitHub Bot commented on KYLIN-2971:
---------------------------------------

kyotoYaho commented on pull request #1215:
URL: https://github.com/apache/kylin/pull/1215#issuecomment-632721375


   LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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)

Reply via email to