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

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

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


   ## Pull Request Test Coverage Report for [Build 
5915](https://coveralls.io/builds/30905195)
   
   * **0** of **12**   **(0.0%)**  changed or added relevant lines in **1** 
file are covered.
   * **8** unchanged lines in **4** files lost coverage.
   * Overall coverage decreased (**-0.006%**) to **27.288%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | 
[server-base/src/main/java/org/apache/kylin/rest/service/QueryService.java](https://coveralls.io/builds/30905195/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fservice%2FQueryService.java#L337)
 | 0 | 12 | 0.0%
   <!-- | **Total:** | **0** | **12** | **0.0%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | 
[core-dictionary/src/main/java/org/apache/kylin/dict/lookup/cache/RocksDBLookupTable.java](https://coveralls.io/builds/30905195/source?filename=core-dictionary%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fdict%2Flookup%2Fcache%2FRocksDBLookupTable.java#L62)
 | 1 | 81.08% |
   | 
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/columnar/ColumnarStoreCache.java](https://coveralls.io/builds/30905195/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2Fcolumnar%2FColumnarStoreCache.java#L146)
 | 1 | 56.82% |
   | 
[core-cube/src/main/java/org/apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://coveralls.io/builds/30905195/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Fcuboid%2FTreeCuboidScheduler.java#L124)
 | 2 | 68.46% |
   | 
[core-cube/src/main/java/org/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://coveralls.io/builds/30905195/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Finmemcubing%2FMemDiskStore.java#L449)
 | 4 | 78.12% |
   <!-- | **Total:** | **8** |  | -->
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/30905195/badge)](https://coveralls.io/builds/30905195)
 |
   | :-- | --: |
   | Change from base [Build 5911](https://coveralls.io/builds/30861301): |  
-0.006% |
   | Covered Lines: | 24351 |
   | Relevant Lines: | 89236 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


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