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



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to