[
https://issues.apache.org/jira/browse/KYLIN-5125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443731#comment-17443731
] ASF GitHub Bot commented on KYLIN-5125: --------------------------------------- codecov-commenter commented on pull request #1770: URL: https://github.com/apache/kylin/pull/1770#issuecomment-968759058 # [Codecov](https://codecov.io/gh/apache/kylin/pull/1770?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > :exclamation: No coverage uploaded for pull request base (`main@8ed6d5d`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit). > The diff coverage is `n/a`. [](https://codecov.io/gh/apache/kylin/pull/1770?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) ```diff @@ Coverage Diff @@ ## main #1770 +/- ## ======================================= Coverage ? 24.58% Complexity ? 4429 ======================================= Files ? 1094 Lines ? 61851 Branches ? 8864 ======================================= Hits ? 15208 Misses ? 45033 Partials ? 1610 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/kylin/pull/1770?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/kylin/pull/1770?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [8ed6d5d...c4b1b24](https://codecov.io/gh/apache/kylin/pull/1770?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] > Metadata cleanup tool do not work in kylin4 > ------------------------------------------- > > Key: KYLIN-5125 > URL: https://issues.apache.org/jira/browse/KYLIN-5125 > Project: Kylin > Issue Type: Bug > Components: Tools, Build and Test > Affects Versions: v4.0.0 > Reporter: hujiahua > Assignee: hujiahua > Priority: Major > Attachments: image-2021-11-15-16-23-42-817.png > > > When I run tool `bin/kylin.sh org.apache.kylin.tool.MetadataCleanupJob`, I > found that the expired job was not cleaned up. > After debug, I found that `MetadataCleanupJob.isJobComplete` is using the > wrong job type. We need change `CubingJob` to `NSparkCubingJob` > !image-2021-11-15-16-23-42-817.png! -- This message was sent by Atlassian Jira (v8.20.1#820001)
