[ https://issues.apache.org/jira/browse/KYLIN-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157925#comment-17157925 ]
ASF GitHub Bot commented on KYLIN-4640: --------------------------------------- coveralls edited a comment on pull request #1321: URL: https://github.com/apache/kylin/pull/1321#issuecomment-658535692 ## Pull Request Test Coverage Report for [Build 6154](https://coveralls.io/builds/32076538) * **0** of **10** **(0.0%)** changed or added relevant lines in **5** files are covered. * **35** unchanged lines in **3** files lost coverage. * Overall coverage decreased (**-0.0006%**) to **28.022%** --- | Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | | :-----|--------------|--------|---: | | [engine-flink/src/main/java/org/apache/kylin/engine/flink/FlinkExecutable.java](https://coveralls.io/builds/32076538/source?filename=engine-flink%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fengine%2Fflink%2FFlinkExecutable.java#L229) | 0 | 1 | 0.0% | [engine-spark/src/main/java/org/apache/kylin/engine/spark/SparkExecutable.java](https://coveralls.io/builds/32076538/source?filename=engine-spark%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fengine%2Fspark%2FSparkExecutable.java#L302) | 0 | 1 | 0.0% | [engine-spark/src/main/java/org/apache/kylin/engine/spark/SparkExecutableLivy.java](https://coveralls.io/builds/32076538/source?filename=engine-spark%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fengine%2Fspark%2FSparkExecutableLivy.java#L191) | 0 | 1 | 0.0% | [storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java](https://coveralls.io/builds/32076538/source?filename=storage-hbase%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstorage%2Fhbase%2Fsteps%2FCubeHFileJob.java#L100) | 0 | 1 | 0.0% | [core-job/src/main/java/org/apache/kylin/job/common/PatternedLogger.java](https://coveralls.io/builds/32076538/source?filename=core-job%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fjob%2Fcommon%2FPatternedLogger.java#L84) | 0 | 6 | 0.0% <!-- | **Total:** | **0** | **10** | **0.0%** | --> | Files with Coverage Reduction | New Missed Lines | % | | :-----|--------------|--: | | [tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/32076538/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L44) | 1 | 83.33% | | [core-metrics/src/main/java/org/apache/kylin/metrics/lib/impl/MetricsSystem.java](https://coveralls.io/builds/32076538/source?filename=core-metrics%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fmetrics%2Flib%2Fimpl%2FMetricsSystem.java#L58) | 4 | 60.0% | | [storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java](https://coveralls.io/builds/32076538/source?filename=storage-hbase%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstorage%2Fhbase%2Fsteps%2FCubeHFileJob.java#L55) | 30 | 0% | <!-- | **Total:** | **35** | | --> | Totals | [![Coverage Status](https://coveralls.io/builds/32076538/badge)](https://coveralls.io/builds/32076538) | | :-- | --: | | Change from base [Build 6149](https://coveralls.io/builds/32034523): | -0.0006% | | Covered Lines: | 26220 | | Relevant Lines: | 93568 | --- ##### 💛 - [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 > StepInfo saved wrong key about flink or spark > --------------------------------------------- > > Key: KYLIN-4640 > URL: https://issues.apache.org/jira/browse/KYLIN-4640 > Project: Kylin > Issue Type: Bug > Components: Flink Engine, Spark Engine > Affects Versions: v3.1.0, v3.1.1 > Reporter: fengpod > Priority: Minor > Attachments: image-2020-07-15-11-34-57-583.png, > image-2020-07-15-12-01-10-143.png > > > In PatternedLogger.class,PATTERN_FLINK_APP_ID and PATTERN_SPARK_APP_ID has > same pattern “Submitted application (.*)”。When parse the task > information,wrong key will be saved to StepInfo。As shown in the picture,wrong > key spark_job_id be saved to Build-Cube-with-Flink step. > !image-2020-07-15-11-34-57-583.png! > !image-2020-07-15-12-01-10-143.png! -- This message was sent by Atlassian Jira (v8.3.4#803005)