[
https://issues.apache.org/jira/browse/KYLIN-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070798#comment-18070798
]
ASF GitHub Bot commented on KYLIN-4334:
---------------------------------------
codecov-commenter commented on PR #1051:
URL: https://github.com/apache/kylin/pull/1051#issuecomment-4182695172
##
[Codecov](https://app.codecov.io/gh/apache/kylin/pull/1051?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
:x: Patch coverage is `0%` with `11 lines` in your changes missing coverage.
Please review.
:white_check_mark: Project coverage is 24.99%. Comparing base
([`3777021`](https://app.codecov.io/gh/apache/kylin/commit/37770217b2a9d7a62a40acae74fe77ea1d170b2a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
to head
([`bd951eb`](https://app.codecov.io/gh/apache/kylin/commit/bd951ebd6bf23c2e794d1af0df53c223d08fae96?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
| [Files with missing
lines](https://app.codecov.io/gh/apache/kylin/pull/1051?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
| Patch % | Lines |
|---|---|---|
|
[...ava/org/apache/kylin/rest/service/CubeService.java](https://app.codecov.io/gh/apache/kylin/pull/1051?src=pr&el=tree&filepath=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fservice%2FCubeService.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3Qvc2VydmljZS9DdWJlU2VydmljZS5qYXZh)
| 0.00% | [11 Missing :warning:
](https://app.codecov.io/gh/apache/kylin/pull/1051?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
|
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## master #1051 +/- ##
============================================
- Coverage 25.00% 24.99% -0.02%
+ Complexity 6180 6179 -1
============================================
Files 1438 1438
Lines 87669 87680 +11
Branches 12256 12258 +2
============================================
- Hits 21926 21915 -11
- Misses 63593 63612 +19
- Partials 2150 2153 +3
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/kylin/pull/1051?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests,
report on failures, and find test suite problems.
- :package: [JS Bundle
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save
yourself from yourself by tracking and limiting bundle sizes in JS merges.
</details>
> Auto discard all jobs while disable the Real Time Cube
> ------------------------------------------------------
>
> Key: KYLIN-4334
> URL: https://issues.apache.org/jira/browse/KYLIN-4334
> Project: Kylin
> Issue Type: Improvement
> Components: Real-time Streaming
> Affects Versions: Future
> Reporter: wangxiaojing
> Assignee: wangxiaojing
> Priority: Major
>
> * Currently, when real-time cube is disabled, all not ready segments of the
> cube will be deleted at the same time, but the jobs of the cube will not be
> discarded. In fact, most of these jobs cannot run successfully, because
> segments and dependent data have been cleaned up.
> * It is recommended to synchronously discard these jobs when disabling these
> cubes, so as to reduce the manual operation steps of the administrator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)