[
https://issues.apache.org/jira/browse/GOBBLIN-2211?focusedWorklogId=975614&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-975614
]
ASF GitHub Bot logged work on GOBBLIN-2211:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/25 09:28
Start Date: 22/Jul/25 09:28
Worklog Time Spent: 10m
Work Description: NamsB7 commented on code in PR #4121:
URL: https://github.com/apache/gobblin/pull/4121#discussion_r2221888551
##########
gobblin-modules/gobblin-kafka-09/src/test/java/org/apache/gobblin/runtime/KafkaAvroJobStatusMonitorTest.java:
##########
@@ -190,13 +194,12 @@ public void testProcessMessageForSuccessfulFlow() throws
IOException, Reflective
// Check that state didn't get set to running since it was already complete
state = getNextJobStatusState(jobStatusMonitor, recordIterator,
this.jobGroup, this.jobName);
Assert.assertEquals(state.getProp(JobStatusRetriever.EVENT_NAME_FIELD),
ExecutionStatus.COMPLETE.name());
-
- jobStatusMonitor.shutDown();
Review Comment:
Has been restored.
Issue Time Tracking
-------------------
Worklog Id: (was: 975614)
Time Spent: 2h 10m (was: 2h)
> Implement Error Classification based on execution issues
> --------------------------------------------------------
>
> Key: GOBBLIN-2211
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2211
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Abhishek Jain
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> Implement Error Classification to categorize the failure reason based on
> issues encountered.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)