[jira] [Created] (KYLIN-3335) Add project & cube related info to the job id for better filtering

2018-04-10 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-3335: - Summary: Add project & cube related info to the job id for better filtering Key: KYLIN-3335 URL: https://issues.apache.org/jira/browse/KYLIN-3335 Project: Kylin

Auto Merge Not Working on Kylin 2.3.1

2018-04-10 Thread ketan dikshit
Hi Team, I am working with Kylin 2.3.1 for last few days, have seen that Kylin auto-merge functionality is not working. I have not set the volatile range(default=0), so should be default behaviour. Also not able to see any error in logs as well. So basically its not being triggered. Here is the

[jira] [Created] (KYLIN-3336) java.lang.NoSuchMethodException: org.apache.kylin.tool.HBaseUsageExtractor.execute([Ljava.lang.String;)

2018-04-10 Thread Peng Xing (JIRA)
Peng Xing created KYLIN-3336: Summary: java.lang.NoSuchMethodException: org.apache.kylin.tool.HBaseUsageExtractor.execute([Ljava.lang.String;) Key: KYLIN-3336 URL: https://issues.apache.org/jira/browse/KYLIN-3336

[GitHub] asfgit commented on issue #127: KYLIN-3336

2018-04-10 Thread GitBox
asfgit commented on issue #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127#issuecomment-380013990 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To respond to t

[GitHub] xingpeng1 opened a new pull request #127: KYLIN-3336

2018-04-10 Thread GitBox
xingpeng1 opened a new pull request #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127 When using diag.sh, got following exception: 2018-04-04 16:14:18,222 ERROR [pool-7-thread-3] tool.DiagnosisInfoCLI:171 : Error in export HBase usage. java.lang.NoSuchMethodException: or

[GitHub] asfgit commented on issue #127: KYLIN-3336

2018-04-10 Thread GitBox
asfgit commented on issue #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127#issuecomment-380015107 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To respond to t

[GitHub] xingpeng1 closed pull request #127: KYLIN-3336

2018-04-10 Thread GitBox
xingpeng1 closed pull request #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the dif

[GitHub] asfgit commented on issue #128: KYLIN-3336

2018-04-10 Thread GitBox
asfgit commented on issue #128: KYLIN-3336 URL: https://github.com/apache/kylin/pull/128#issuecomment-380017078 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To respond to t

[GitHub] xingpeng1 opened a new pull request #128: KYLIN-3336

2018-04-10 Thread GitBox
xingpeng1 opened a new pull request #128: KYLIN-3336 URL: https://github.com/apache/kylin/pull/128 When using diag.sh, got following exception: 2018-04-04 16:14:18,222 ERROR [pool-7-thread-3] tool.DiagnosisInfoCLI:171 : Error in export HBase usage. java.lang.NoSuchMethodException: or

[GitHub] codecov-io commented on issue #127: KYLIN-3336

2018-04-10 Thread GitBox
codecov-io commented on issue #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127#issuecomment-380018876 # [Codecov](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=h1) Report > Merging [#127](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=desc) into [master](htt

[GitHub] coveralls commented on issue #127: KYLIN-3336

2018-04-10 Thread GitBox
coveralls commented on issue #127: KYLIN-3336 URL: https://github.com/apache/kylin/pull/127#issuecomment-380019072 ## Pull Request Test Coverage Report for [Build 3105](https://coveralls.io/builds/16432477) * **0** of **0** **(NaN%)** changed or added relevant lines in **0** files

[GitHub] coveralls commented on issue #128: KYLIN-3336

2018-04-10 Thread GitBox
coveralls commented on issue #128: KYLIN-3336 URL: https://github.com/apache/kylin/pull/128#issuecomment-380022730 ## Pull Request Test Coverage Report for [Build 3106](https://coveralls.io/builds/16432665) * **0** of **1** **(0.0%)** changed or added relevant line in **1** file ar

[GitHub] codecov-io commented on issue #128: KYLIN-3336

2018-04-10 Thread GitBox
codecov-io commented on issue #128: KYLIN-3336 URL: https://github.com/apache/kylin/pull/128#issuecomment-380023579 # [Codecov](https://codecov.io/gh/apache/kylin/pull/128?src=pr&el=h1) Report > Merging [#128](https://codecov.io/gh/apache/kylin/pull/128?src=pr&el=desc) into [master](htt

Re: Auto Merge Not Working on Kylin 2.3.1

2018-04-10 Thread Billy Liu
Hello Ketan If the merge is not triggered, there should be some logs saying why the merge is ignored. That log is not exception or warn, but INFO you what the system is expecting to do. With Warm regards Billy Liu 2018-04-10 15:34 GMT+08:00 ketan dikshit : > Hi Team, > I am working with Kylin

Re: Auto Merge Not Working on Kylin 2.3.1

2018-04-10 Thread ketan dikshit
Hi Billy, Yes that’s what I did, I enabled remote debugging for the running instance and checked: kylin-2.3/kylin/server-base/src/main/java/org/apache/kylin/rest/service/CubeService.java has method: updateOnNewSegmentReady(String cubeName) that actually invokes 2 methods on the event keepCubeRet

Re: Auto Merge Not Working on Kylin 2.3.1

2018-04-10 Thread Billy Liu
Hi Ketan, As you mentioned, 7070 works but 7072 does not work. Could you check if both instances are pointing to the same "kylin.server.cluster-servers" With Warm regards Billy Liu 2018-04-10 23:41 GMT+08:00 ketan dikshit : > Hi Billy, > Yes that’s what I did, I enabled remote debugging for th

Re: Auto Merge Not Working on Kylin 2.3.1

2018-04-10 Thread ketan dikshit
Yes, Billy that was actually the issue in our case, In Kylin on event occurrence(announcement) the public void wipeCache(String entity, String event, String cacheKey) method of RestClient is invoked to hit the REST URL for cache update. Here for REST URL we do: int port = Integer.parseInt(por