[
https://issues.apache.org/jira/browse/GOBBLIN-1633?focusedWorklogId=762492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762492
]
ASF GitHub Bot logged work on GOBBLIN-1633:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/22 19:10
Start Date: 26/Apr/22 19:10
Worklog Time Spent: 10m
Work Description: homatthew commented on code in PR #3494:
URL: https://github.com/apache/gobblin/pull/3494#discussion_r859057812
##########
gobblin-compaction/src/main/java/org/apache/gobblin/compaction/action/CompactionCompleteFileOperationAction.java:
##########
@@ -183,8 +182,6 @@ public void onCompactionJobComplete(FileSystemDataset
dataset) throws IOExceptio
this.configurator.getConfiguredJob().getJobID().toString());
compactionState.setProp(DUPLICATE_COUNT_TOTAL,
job.getCounters().findCounter(RecordKeyDedupReducerBase.EVENT_COUNTER.DEDUPED).getValue());
- compactionState.setProp(CompactionSlaEventHelper.LAST_RUN_START_TIME,
- this.state.getProp(CompactionSource.COMPACTION_INIT_TIME));
Review Comment:
Code moved to the MrCompactionTask
Issue Time Tracking
-------------------
Worklog Id: (was: 762492)
Time Spent: 40m (was: 0.5h)
> Fix compaction actions on job failure not retried if compaction succeeds
> ------------------------------------------------------------------------
>
> Key: GOBBLIN-1633
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1633
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-compaction
> Reporter: Matthew Ho
> Assignee: Issac Buenrostro
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If a compaction job succeeds but fails before hive registration, then the job
> does not re-register hive partition for the effected hour until the
> re-compaction is run.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)