[
https://issues.apache.org/jira/browse/GOBBLIN-2127?focusedWorklogId=929215&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-929215
]
ASF GitHub Bot logged work on GOBBLIN-2127:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Aug/24 22:00
Start Date: 07/Aug/24 22:00
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #4018:
URL: https://github.com/apache/gobblin/pull/4018#discussion_r1707987848
##########
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/KafkaJobStatusMonitor.java:
##########
@@ -228,7 +228,10 @@ protected void
processMessage(DecodeableKafkaRecord<byte[],byte[]> message) {
String tableName = jobStatusTableName(flowExecutionId, jobGroup,
jobName);
String status =
jobStatus.getProp(JobStatusRetriever.EVENT_NAME_FIELD);
- if (updatedJobStatus.getRight() == NewState.FINISHED) {
+ boolean retryRequired = modifyStateIfRetryRequired(jobStatus);
Review Comment:
added a comment
Issue Time Tracking
-------------------
Worklog Id: (was: 929215)
Time Spent: 20m (was: 10m)
> do not emit GaaSObservabilityEvent when the job is marked to be retried
> -----------------------------------------------------------------------
>
> Key: GOBBLIN-2127
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2127
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)