[ https://issues.apache.org/jira/browse/GOBBLIN-2193?focusedWorklogId=955779&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-955779 ]
ASF GitHub Bot logged work on GOBBLIN-2193: ------------------------------------------- Author: ASF GitHub Bot Created on: 06/Feb/25 07:18 Start Date: 06/Feb/25 07:18 Worklog Time Spent: 10m Work Description: codecov-commenter commented on PR #4096: URL: https://github.com/apache/gobblin/pull/4096#issuecomment-2639018494 ## [Codecov](https://app.codecov.io/gh/apache/gobblin/pull/4096?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report Attention: Patch coverage is `13.33333%` with `13 lines` in your changes missing coverage. Please review. > Project coverage is 50.50%. Comparing base [(`adef734`)](https://app.codecov.io/gh/apache/gobblin/commit/adef734100aa3eb076a0aeea8d202c4131543d02?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`ba88388`)](https://app.codecov.io/gh/apache/gobblin/commit/ba8838866630efde2640b1dbf80d8a06e34e3195?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/gobblin/pull/4096?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...rg/apache/gobblin/yarn/GobblinYarnAppLauncher.java](https://app.codecov.io/gh/apache/gobblin/pull/4096?src=pr&el=tree&filepath=gobblin-yarn%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fgobblin%2Fyarn%2FGobblinYarnAppLauncher.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z29iYmxpbi15YXJuL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9nb2JibGluL3lhcm4vR29iYmxpbllhcm5BcHBMYXVuY2hlci5qYXZh) | 13.33% | [13 Missing :warning: ](https://app.codecov.io/gh/apache/gobblin/pull/4096?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 #4096 +/- ## ============================================ + Coverage 45.38% 50.50% +5.11% - Complexity 3192 5973 +2781 ============================================ Files 696 1080 +384 Lines 26628 41586 +14958 Branches 2655 4666 +2011 ============================================ + Hits 12085 21002 +8917 - Misses 13542 18794 +5252 - Partials 1001 1790 +789 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/gobblin/pull/4096?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). Issue Time Tracking ------------------- Worklog Id: (was: 955779) Time Spent: 0.5h (was: 20m) > Fail Azkaban job on when temporal job fails > ------------------------------------------- > > Key: GOBBLIN-2193 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2193 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Swapnil Palash > Assignee: Hung Tran > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > Currently when the temporal job running on Yarn fails, we don't propagate the > error back to Azkaban job which launches the Yarn Application. > The change here bubbles the issues encountered when the job fails upto the > GobblinYarnAppLaucher run by the Azkaban job and fails with a > RuntimeException after logging the issues summary. -- This message was sent by Atlassian Jira (v8.20.10#820010)