[jira] [Created] (KYLIN-4522) Could not initialize class org.apache.hadoop.hbase.io.hfile.HFile Kylin 2.6.6 EMR 5.19

2020-05-25 Thread Jira
Carlos Ignacio Molina López created KYLIN-4522:
--

 Summary: Could not initialize class 
org.apache.hadoop.hbase.io.hfile.HFile Kylin 2.6.6 EMR  5.19
 Key: KYLIN-4522
 URL: https://issues.apache.org/jira/browse/KYLIN-4522
 Project: Kylin
  Issue Type: Bug
  Components: Environment , Job Engine, Others
Affects Versions: v2.6.6
 Environment: Release label: emr-5.19.0

Hadoop distribution:Amazon 2.8.5

Applications: Hive 2.3.3, HBase 1.4.7, Spark 2.3.2, Livy 0.5.0, ZooKeeper 
3.4.13, Sqoop 1.4.7, Oozie 5.0.0, Pig 0.17.0, HCatalog 2.3.3
Reporter: Carlos Ignacio Molina López
 Attachments: base_2020_05_25_14_29_52.zip

Hi,

I've tried to build the Sample kylin_sales_cube with Spark to run in Amazon EMR 
Cluster. I saw issue KYLIN-3931 and suggestion is to use the 2.6.6 Engine for 
Hadoop 3. In EMR Hadoop 3 is only available on EMR 6.0 which is very recent and 
I had tried to setup versions 2.6.6 and 3.0.2 for Hadoop 3, but in both cases 
the Kylin Site doesn't show up (Error 404 - Not Found). So I tried to run in 
EMR 5.19 that has same version of Spark (2.3.2) used in Kylin 2.6.6.

I am getting "java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.hadoop.hbase.io.hfile.HFile" error message. 

I had already copied the following jars to Spark Jars folder, as per 
documentations and what I've read in kylin-issues mailing list archives:

/usr/lib/hbase/hbase-hadoop-compat-1.4.7.jar
/usr/lib/hbase/hbase-hadoop2-compat-1.4.7.jar
/usr/lib/hbase/lib/hbase-common-1.4.7-tests.jar
/usr/lib/hbase/lib/hbase-common-1.4.7.jar
/usr/lib/hbase/hbase-client.jar
/usr/lib/hbase/hbase-client-1.4.7.jar
/usr/lib/hbase/hbase-server-1.4.7.jar

 

This is the output shown on the Step

{{org.apache.kylin.engine.spark.exception.SparkException: OS command error exit 
with return code: 1, error message: 20/05/25 14:03:46 WARN SparkConf: The 
configuration key 'spark.yarn.executor.memoryOverhead' has been deprecated as 
of Spark 2.3 and may be removed in the future. Please use the new key 
'spark.executor.memoryOverhead' 
instead.org.apache.kylin.engine.spark.exception.SparkException: OS command 
error exit with return code: 1, error message: 20/05/25 14:03:46 WARN 
SparkConf: The configuration key 'spark.yarn.executor.memoryOverhead' has been 
deprecated as of Spark 2.3 and may be removed in the future. Please use the new 
key 'spark.executor.memoryOverhead' instead.20/05/25 14:03:47 INFO RMProxy: 
Connecting to ResourceManager at 
ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal/XXX.XXX.XXX.XXX:803220/05/25 
14:03:49 INFO Client: Requesting a new application from cluster with 4 
NodeManagers20/05/25 14:03:49 INFO Client: Verifying our application has not 
requested more than the maximum memory capability of the cluster (6144 MB per 
container)20/05/25 14:03:49 INFO Client: Will allocate AM container, with 5632 
MB memory including 512 MB overhead20/05/25 14:03:49 INFO Client: Setting up 
container launch context for our AM20/05/25 14:03:49 INFO Client: Setting up 
the launch environment for our AM container20/05/25 14:03:49 INFO Client: 
Preparing resources for our AM container20/05/25 14:03:51 WARN Client: Neither 
spark.yarn.jars nor spark.yarn.archive is set, falling back to uploading 
libraries under SPARK_HOME.20/05/25 14:03:54 INFO Client: Uploading resource 
file:/mnt/tmp/spark-d26c4f1f-1b8a-4cf8-a05b-842294ce017d/__spark_libs__4034657074333893156.zip
 -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/__spark_libs__4034657074333893156.zip20/05/25
 14:03:54 INFO Client: Uploading resource 
file:/usr/local/kylin/apache-kylin-2.6.6-bin-hbase1x/lib/kylin-job-2.6.6.jar -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/kylin-job-2.6.6.jar20/05/25
 14:03:55 INFO Client: Uploading resource 
file:/usr/lib/hbase/lib/hbase-common-1.4.7.jar -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/hbase-common-1.4.7.jar20/05/25
 14:03:55 INFO Client: Uploading resource 
file:/usr/lib/hbase/lib/hbase-server-1.4.7.jar -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/hbase-server-1.4.7.jar20/05/25
 14:03:55 INFO Client: Uploading resource 
file:/usr/lib/hbase/lib/hbase-client-1.4.7.jar -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/hbase-client-1.4.7.jar20/05/25
 14:03:55 INFO Client: Uploading resource 
file:/usr/lib/hbase/lib/hbase-protocol-1.4.7.jar -> 
hdfs://ip-XXX-XXX-XXX-XXX.us-west-2.compute.internal:8020/user/hadoop/.sparkStaging/application_1590337422418_0043/hbase-protocol-1.4.7.jar20/05/25
 14:03:55 INFO Client: Uploading resource 

[jira] [Resolved] (KYLIN-3361) Support stddev as a new measure

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-3361.
-
Resolution: Fixed

> Support stddev as a new measure
> ---
>
> Key: KYLIN-3361
> URL: https://issues.apache.org/jira/browse/KYLIN-3361
> Project: Kylin
>  Issue Type: New Feature
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>
> (x ~1~ - +x+) ^2^ + (x ~2~ - +x+) ^2^ + ... + (x ~n~ - +x+) ^2^ = x ~1~ ^2^ + 
> x ~2~ ^2^ + ... + x ~n~ ^2^ - n +x+ ^2^, where +x+ is the average of x ~1~, x 
> ~2~, ..., x ~n~. Therefore, to compute stddev, what kylin need to do is to 
> pre-calculate sum(x ~i~ ^2^), sum(x ~i~) and count



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


[jira] [Resolved] (KYLIN-3487) Create a new measure for precise count distinct

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-3487.
-
Resolution: Fixed

> Create a new measure for precise count distinct
> ---
>
> Key: KYLIN-3487
> URL: https://issues.apache.org/jira/browse/KYLIN-3487
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>
> To compute the precise count distinct, we can use bitmap and global 
> dictionary. However, there's a limitation for the global dictionary. It maps 
> from values to ids whose type is integer, which means the number of ids will 
> be less than 2B. And it's like a Pixiu for which there's increase but no 
> decrease. 
> In eBay, there's a requirement of calculating precise count distinct of 
> session. The session cardinality is large and will grow as time goes on. It 
> will not be feasible to use the global dictionary when its cardinality 
> exceeds the upper bound 2B. How can we deal with this?
> There's good news that a session never crosses days. With this feature, we 
> don't need to merge bitmap across days. To calculate precise session 
> cardinality, we can assign each day a bitmap and directly summarize the 
> cardinalities estimated by each bitmap. No bitmap merge is needed. 
> To use bitmap for cardinality calculation, we need to map raw data from value 
> to an integer id, which is achieved by encoding the value with a dictionary. 
> Previously, for the ability of merging bitmaps from multiple segments, global 
> dictionary is used. However, in this case, there's no need of bitmap merge, 
> the global dictionary is not needed. 
> And we don't need to filter by or group by session. Then there's no need to 
> map from value to id and from id to value after the related bitmap is 
> constructed. Therefore, we don't need to store dictionaries for session. Only 
> the bitmap is enough.
> To deal with segment merge, since bitmaps of each segment are not able to 
> merge to one bitmap, we use a map for storing multiple bitmaps. In the map, 
> the key is the segment name and the value is the segment-level bitmap.



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


[jira] [Resolved] (KYLIN-4282) support case when in count (distinct)

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-4282.
-
Resolution: Fixed

> support case when in count (distinct)
> -
>
> Key: KYLIN-4282
> URL: https://issues.apache.org/jira/browse/KYLIN-4282
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>




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


[jira] [Updated] (KYLIN-4282) support case when in count (distinct)

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen updated KYLIN-4282:

Fix Version/s: v3.1.0

> support case when in count (distinct)
> -
>
> Key: KYLIN-4282
> URL: https://issues.apache.org/jira/browse/KYLIN-4282
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>




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


[jira] [Updated] (KYLIN-4275) Result of count(case when) is not correct

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen updated KYLIN-4275:

Fix Version/s: v3.1.0

> Result of count(case when) is not correct
> -
>
> Key: KYLIN-4275
> URL: https://issues.apache.org/jira/browse/KYLIN-4275
> Project: Kylin
>  Issue Type: Bug
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>
> For the following sql, the result is not correct:
> {code}
> select count(case when LEAF_CATEG_ID=165888 then 1 else null end)
> from TEST_KYLIN_FACT
> {code}
> The result should be equal to 
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LEAF_CATEG_ID=165888
> {code}



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


[jira] [Resolved] (KYLIN-4275) Result of count(case when) is not correct

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-4275.
-
Resolution: Fixed

> Result of count(case when) is not correct
> -
>
> Key: KYLIN-4275
> URL: https://issues.apache.org/jira/browse/KYLIN-4275
> Project: Kylin
>  Issue Type: Bug
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>
> For the following sql, the result is not correct:
> {code}
> select count(case when LEAF_CATEG_ID=165888 then 1 else null end)
> from TEST_KYLIN_FACT
> {code}
> The result should be equal to 
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LEAF_CATEG_ID=165888
> {code}



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


[jira] [Resolved] (KYLIN-4281) Precisely set the data type of tuple expression

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-4281.
-
Resolution: Fixed

> Precisely set the data type of tuple expression
> ---
>
> Key: KYLIN-4281
> URL: https://issues.apache.org/jira/browse/KYLIN-4281
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
>
> Previously to simplify the calculating of sum(case when), all of the binary 
> calculation is based on BigDecimal, which is not good for all, especially 
> when dealing with count(distinct case when), whose inner data type may be hll 
> or bitmap.



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


[jira] [Resolved] (KYLIN-4496) Metric data missing

2020-05-25 Thread nichunen (Jira)


 [ 
https://issues.apache.org/jira/browse/KYLIN-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nichunen resolved KYLIN-4496.
-
Resolution: Fixed

> Metric data missing
> ---
>
> Key: KYLIN-4496
> URL: https://issues.apache.org/jira/browse/KYLIN-4496
> Project: Kylin
>  Issue Type: Bug
>  Components: Metrics
>Reporter: tianhui
>Assignee: tianhui
>Priority: Critical
> Fix For: v3.1.0
>
>
> Metric data in memory is never flushed into file system when kylin closing, 
> So there is some metric data missing.



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


[jira] [Commented] (KYLIN-4496) Metric data missing

2020-05-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4496:


Commit 278aababa11fff222327ec6b6f73e659b147b8d7 in kylin's branch 
refs/heads/master from tianhui5
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=278aaba ]

KYLIN-4496: Metric data missing


> Metric data missing
> ---
>
> Key: KYLIN-4496
> URL: https://issues.apache.org/jira/browse/KYLIN-4496
> Project: Kylin
>  Issue Type: Bug
>  Components: Metrics
>Reporter: tianhui
>Assignee: tianhui
>Priority: Critical
> Fix For: v3.1.0
>
>
> Metric data in memory is never flushed into file system when kylin closing, 
> So there is some metric data missing.



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


[jira] [Commented] (KYLIN-4496) Metric data missing

2020-05-25 Thread ASF GitHub Bot (Jira)


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

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

nichunen merged pull request #1210:
URL: https://github.com/apache/kylin/pull/1210


   



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


> Metric data missing
> ---
>
> Key: KYLIN-4496
> URL: https://issues.apache.org/jira/browse/KYLIN-4496
> Project: Kylin
>  Issue Type: Bug
>  Components: Metrics
>Reporter: tianhui
>Assignee: tianhui
>Priority: Critical
> Fix For: v3.1.0
>
>
> Metric data in memory is never flushed into file system when kylin closing, 
> So there is some metric data missing.



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


[GitHub] [kylin] nichunen merged pull request #1210: KYLIN-4496: Metric data missing

2020-05-25 Thread GitBox


nichunen merged pull request #1210:
URL: https://github.com/apache/kylin/pull/1210


   



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




[jira] [Commented] (KYLIN-4504) Cache usage improvement

2020-05-25 Thread ASF GitHub Bot (Jira)


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

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

codecov-commenter edited a comment on pull request #1220:
URL: https://github.com/apache/kylin/pull/1220#issuecomment-631384062


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=h1) Report
   > Merging 
[#1220](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.86%`.
   > The diff coverage is `29.22%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1220/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1220  +/-   ##
   
   + Coverage 25.06%   25.93%   +0.86% 
   - Complexity 6247 6622 +375 
   
 Files  1446 1476  +30 
 Lines 8827090386+2116 
 Branches  1235112620 +269 
   
   + Hits  2212623438+1312 
   - Misses6397164657 +686 
   - Partials   2173 2291 +118 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[...pache/kylin/cache/cachemanager/CacheConstants.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9DYWNoZUNvbnN0YW50cy5qYXZh)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `78.57% <0.00%> (-6.05%)` | `7.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `40.37% <ø> (ø)` | `28.00 <0.00> (ø)` | |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `12.12% <0.00%> (-0.14%)` | `44.00 <0.00> (ø)` | |
   | 
[...ain/java/org/apache/kylin/common/KylinVersion.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpblZlcnNpb24uamF2YQ==)
 | `35.06% <ø> (ø)` | `11.00 <0.00> (ø)` | |
   | 
[...ain/java/org/apache/kylin/common/QueryContext.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9RdWVyeUNvbnRleHQuamF2YQ==)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   | ... and [371 
more](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=footer). Last 
update 

[GitHub] [kylin] codecov-commenter edited a comment on pull request #1220: KYLIN-4504 Cache usage improvement

2020-05-25 Thread GitBox


codecov-commenter edited a comment on pull request #1220:
URL: https://github.com/apache/kylin/pull/1220#issuecomment-631384062


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=h1) Report
   > Merging 
[#1220](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.86%`.
   > The diff coverage is `29.22%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1220/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1220  +/-   ##
   
   + Coverage 25.06%   25.93%   +0.86% 
   - Complexity 6247 6622 +375 
   
 Files  1446 1476  +30 
 Lines 8827090386+2116 
 Branches  1235112620 +269 
   
   + Hits  2212623438+1312 
   - Misses6397164657 +686 
   - Partials   2173 2291 +118 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[...pache/kylin/cache/cachemanager/CacheConstants.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9DYWNoZUNvbnN0YW50cy5qYXZh)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `78.57% <0.00%> (-6.05%)` | `7.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `40.37% <ø> (ø)` | `28.00 <0.00> (ø)` | |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `12.12% <0.00%> (-0.14%)` | `44.00 <0.00> (ø)` | |
   | 
[...ain/java/org/apache/kylin/common/KylinVersion.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpblZlcnNpb24uamF2YQ==)
 | `35.06% <ø> (ø)` | `11.00 <0.00> (ø)` | |
   | 
[...ain/java/org/apache/kylin/common/QueryContext.java](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9RdWVyeUNvbnRleHQuamF2YQ==)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   | ... and [371 
more](https://codecov.io/gh/apache/kylin/pull/1220/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=footer). Last 
update 
[7437c1a...d79271a](https://codecov.io/gh/apache/kylin/pull/1220?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   



This is an 

[jira] [Commented] (KYLIN-4485) Create a self service interface for cube migration

2020-05-25 Thread ASF GitHub Bot (Jira)


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

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

codecov-commenter edited a comment on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-631513549


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=h1) Report
   > Merging 
[#1218](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.53%`.
   > The diff coverage is `24.90%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1218/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1218  +/-   ##
   
   + Coverage 25.06%   25.59%   +0.53% 
   - Complexity 6247 6688 +441 
   
 Files  1446 1497  +51 
 Lines 8827092224+3954 
 Branches  1235112919 +568 
   
   + Hits  2212623609+1483 
   - Misses6397166306+2335 
   - Partials   2173 2309 +136 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[...ylin/cache/cachemanager/MemcachedCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9NZW1jYWNoZWRDYWNoZU1hbmFnZXIuamF2YQ==)
 | `43.33% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `84.61% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[...g/apache/kylin/cache/memcached/MemcachedCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDYWNoZS5qYXZh)
 | `47.20% <ø> (ø)` | `20.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[.../main/java/org/apache/kylin/common/KConstants.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LQ29uc3RhbnRzLmphdmE=)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (?)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `38.29% <0.00%> (-2.08%)` | `29.00 <0.00> (+1.00)` | :arrow_down: |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `13.33% <0.00%> (+1.07%)` | `51.00 <0.00> (+7.00)` | |
   | ... and [419 
more](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 

[GitHub] [kylin] codecov-commenter edited a comment on pull request #1218: KYLIN-4485 Create a self service interface for cube migration

2020-05-25 Thread GitBox


codecov-commenter edited a comment on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-631513549


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=h1) Report
   > Merging 
[#1218](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.53%`.
   > The diff coverage is `24.90%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1218/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1218  +/-   ##
   
   + Coverage 25.06%   25.59%   +0.53% 
   - Complexity 6247 6688 +441 
   
 Files  1446 1497  +51 
 Lines 8827092224+3954 
 Branches  1235112919 +568 
   
   + Hits  2212623609+1483 
   - Misses6397166306+2335 
   - Partials   2173 2309 +136 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[...ylin/cache/cachemanager/MemcachedCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9NZW1jYWNoZWRDYWNoZU1hbmFnZXIuamF2YQ==)
 | `43.33% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `84.61% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[...g/apache/kylin/cache/memcached/MemcachedCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDYWNoZS5qYXZh)
 | `47.20% <ø> (ø)` | `20.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[.../main/java/org/apache/kylin/common/KConstants.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LQ29uc3RhbnRzLmphdmE=)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (?)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `38.29% <0.00%> (-2.08%)` | `29.00 <0.00> (+1.00)` | :arrow_down: |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `13.33% <0.00%> (+1.07%)` | `51.00 <0.00> (+7.00)` | |
   | ... and [419 
more](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=footer). Last 
update 
[7437c1a...d0d4ff3](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   



[GitHub] [kylin] codecov-commenter edited a comment on pull request #1218: KYLIN-4485 Create a self service interface for cube migration

2020-05-25 Thread GitBox


codecov-commenter edited a comment on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-631513549


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=h1) Report
   > Merging 
[#1218](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.52%`.
   > The diff coverage is `21.16%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1218/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1218  +/-   ##
   
   + Coverage 25.06%   25.59%   +0.52% 
   - Complexity 6247 6686 +439 
   
 Files  1446 1497  +51 
 Lines 8827092224+3954 
 Branches  1235112919 +568 
   
   + Hits  2212623604+1478 
   - Misses6397166311+2340 
   - Partials   2173 2309 +136 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[...ylin/cache/cachemanager/MemcachedCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9NZW1jYWNoZWRDYWNoZU1hbmFnZXIuamF2YQ==)
 | `43.33% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `84.61% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[...g/apache/kylin/cache/memcached/MemcachedCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDYWNoZS5qYXZh)
 | `47.20% <ø> (ø)` | `20.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[.../main/java/org/apache/kylin/common/KConstants.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LQ29uc3RhbnRzLmphdmE=)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (?)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `38.29% <0.00%> (-2.08%)` | `29.00 <0.00> (+1.00)` | :arrow_down: |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `13.33% <0.00%> (+1.07%)` | `51.00 <0.00> (+7.00)` | |
   | ... and [433 
more](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=footer). Last 
update 
[7437c1a...d0d4ff3](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   



[jira] [Commented] (KYLIN-4485) Create a self service interface for cube migration

2020-05-25 Thread ASF GitHub Bot (Jira)


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

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

codecov-commenter edited a comment on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-631513549


   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=h1) Report
   > Merging 
[#1218](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=desc) into 
[master](https://codecov.io/gh/apache/kylin/commit/ebd49cb4549c74e014a01a05de00e32e87391ed5=desc)
 will **increase** coverage by `0.52%`.
   > The diff coverage is `21.16%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1218/graphs/tree.svg?width=650=150=pr=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#1218  +/-   ##
   
   + Coverage 25.06%   25.59%   +0.52% 
   - Complexity 6247 6686 +439 
   
 Files  1446 1497  +51 
 Lines 8827092224+3954 
 Branches  1235112919 +568 
   
   + Hits  2212623604+1478 
   - Misses6397166311+2340 
   - Partials   2173 2309 +136 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=tree) | Coverage 
Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[.../cachemanager/InstrumentedEhCacheCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9JbnN0cnVtZW50ZWRFaENhY2hlQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `57.14% <ø> (ø)` | `5.00 <0.00> (ø)` | |
   | 
[...ylin/cache/cachemanager/MemcachedCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9NZW1jYWNoZWRDYWNoZU1hbmFnZXIuamF2YQ==)
 | `43.33% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[.../cachemanager/RemoteLocalFailOverCacheManager.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL2NhY2hlbWFuYWdlci9SZW1vdGVMb2NhbEZhaWxPdmVyQ2FjaGVNYW5hZ2VyLmphdmE=)
 | `84.61% <ø> (ø)` | `7.00 <0.00> (ø)` | |
   | 
[...g/apache/kylin/cache/memcached/MemcachedCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDYWNoZS5qYXZh)
 | `47.20% <ø> (ø)` | `20.00 <0.00> (ø)` | |
   | 
[.../kylin/cache/memcached/MemcachedChunkingCache.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRDaHVua2luZ0NhY2hlLmphdmE=)
 | `39.70% <ø> (-0.45%)` | `15.00 <0.00> (ø)` | |
   | 
[...apache/kylin/cache/memcached/MemcachedMetrics.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y2FjaGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NhY2hlL21lbWNhY2hlZC9NZW1jYWNoZWRNZXRyaWNzLmphdmE=)
 | `0.00% <ø> (ø)` | `0.00 <0.00> (ø)` | |
   | 
[...ache/kylin/common/BackwardCompatibilityConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9CYWNrd2FyZENvbXBhdGliaWxpdHlDb25maWcuamF2YQ==)
 | `41.81% <ø> (ø)` | `15.00 <0.00> (ø)` | |
   | 
[.../main/java/org/apache/kylin/common/KConstants.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LQ29uc3RhbnRzLmphdmE=)
 | `0.00% <0.00%> (ø)` | `0.00 <0.00> (?)` | |
   | 
[...main/java/org/apache/kylin/common/KylinConfig.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZy5qYXZh)
 | `38.29% <0.00%> (-2.08%)` | `29.00 <0.00> (+1.00)` | :arrow_down: |
   | 
[.../java/org/apache/kylin/common/KylinConfigBase.java](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9LeWxpbkNvbmZpZ0Jhc2UuamF2YQ==)
 | `13.33% <0.00%> (+1.07%)` | `51.00 <0.00> (+7.00)` | |
   | ... and [433 
more](https://codecov.io/gh/apache/kylin/pull/1218/diff?src=pr=tree-more) | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1218?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 

[jira] [Commented] (KYLIN-4485) Create a self service interface for cube migration

2020-05-25 Thread ASF GitHub Bot (Jira)


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

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

lgtm-com[bot] commented on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-633403363


   This pull request **introduces 2 alerts** when merging 
d0d4ff37aac13d4002b51d0b6c35ec23a9be9023 into 
7437c1a1b1a09c366ddabc4112559e2918214eef - [view on 
LGTM.com](https://lgtm.com/projects/g/apache/kylin/rev/pr-87977d50393031d4f081605a7454ad11cf1ef878)
   
   **new alerts:**
   
   * 1 for Uncontrolled data used in path expression
   * 1 for Missing format argument



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


> Create a self service interface for cube migration
> --
>
> Key: KYLIN-4485
> URL: https://issues.apache.org/jira/browse/KYLIN-4485
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v3.1.0
>
> Attachments: cube-migration-new.png, cube-migration-old.png
>
>
> Current cube migration process is as follows:
>   !cube-migration-old.png!
> There're a few drawbacks:
>  * kylin admin has to manually check all related aspects to decide whether a 
> cube is good for migration. If cube design is not good, there'll be many 
> interaction between users & kylin admins
>  * kylin admin has to login to the backend server and then run a command to 
> do the migration, which is tricky and easy to make mistakes
>  * there's little compatibility check between source metadata & destination 
> cluster.
> A self service interface will refine the migration process as follows:
> !cube-migration-new.png!
> We can see with the new migration process, there'll be few interactions 
> between users & kylin admins and much less work for kylin admins.



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


[GitHub] [kylin] lgtm-com[bot] commented on pull request #1218: KYLIN-4485 Create a self service interface for cube migration

2020-05-25 Thread GitBox


lgtm-com[bot] commented on pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#issuecomment-633403363


   This pull request **introduces 2 alerts** when merging 
d0d4ff37aac13d4002b51d0b6c35ec23a9be9023 into 
7437c1a1b1a09c366ddabc4112559e2918214eef - [view on 
LGTM.com](https://lgtm.com/projects/g/apache/kylin/rev/pr-87977d50393031d4f081605a7454ad11cf1ef878)
   
   **new alerts:**
   
   * 1 for Uncontrolled data used in path expression
   * 1 for Missing format argument



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




[jira] [Created] (KYLIN-4521) The default-time-filter config is not available

2020-05-25 Thread fengpod (Jira)
fengpod created KYLIN-4521:
--

 Summary: The default-time-filter config is not available
 Key: KYLIN-4521
 URL: https://issues.apache.org/jira/browse/KYLIN-4521
 Project: Kylin
  Issue Type: Bug
Affects Versions: v3.0.2, v3.0.1
Reporter: fengpod
 Attachments: image-2020-05-25-14-06-02-743.png, 
image-2020-05-25-14-16-03-518.png

in  monitor page, the default value of time-filter is LAST_ONE_WEEK written in 
the code, not the config value。 !image-2020-05-25-14-16-03-518.png!

 



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