[ 
https://issues.apache.org/jira/browse/GOBBLIN-2193?focusedWorklogId=956827&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-956827
 ]

ASF GitHub Bot logged work on GOBBLIN-2193:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Feb/25 04:48
            Start Date: 13/Feb/25 04:48
    Worklog Time Spent: 10m 
      Work Description: iPalash commented on code in PR #4096:
URL: https://github.com/apache/gobblin/pull/4096#discussion_r1953799406


##########
gobblin-temporal/src/main/java/org/apache/gobblin/temporal/yarn/YarnService.java:
##########
@@ -198,6 +200,11 @@ class YarnService extends AbstractIdleService {
   private final AtomicLong allocationRequestIdGenerator = new 
AtomicLong(DEFAULT_ALLOCATION_REQUEST_ID);
   private final ConcurrentMap<Long, WorkerProfile> 
workerProfileByAllocationRequestId = new ConcurrentHashMap<>();
 
+  @Getter
+  protected JobState jobState;
+  @Getter
+  protected String jobIssuesSummary;
+

Review Comment:
   Correct, replaced the field usage directly with the object in YarnService





Issue Time Tracking
-------------------

    Worklog Id:     (was: 956827)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  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)

Reply via email to