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 -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org