[
https://issues.apache.org/jira/browse/GOBBLIN-1419?focusedWorklogId=588036&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-588036
]
ASF GitHub Bot logged work on GOBBLIN-1419:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Apr/21 18:02
Start Date: 23/Apr/21 18:02
Worklog Time Spent: 10m
Work Description: autumnust commented on a change in pull request #3255:
URL: https://github.com/apache/gobblin/pull/3255#discussion_r619405644
##########
File path:
gobblin-compaction/src/main/java/org/apache/gobblin/compaction/action/CompactionGMCEPublishingAction.java
##########
@@ -57,9 +58,11 @@
public static final String ICEBERG_ID_ATTRIBUTE = "iceberg.id";
public static final String ICEBERG_REQUIRED_ATTRIBUTE = "iceberg.required";
+ public final static String GMCE_EMITTED_KEY = "GMCE.emitted";
private final State state;
private final CompactionJobConfigurator configurator;
private final Configuration conf;
+ private InputRecordCountHelper helper;
Review comment:
That's fair.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 588036)
Time Spent: 1h 20m (was: 1h 10m)
> Error handling for compaction pipeline on GMCE emitted error
> ------------------------------------------------------------
>
> Key: GOBBLIN-1419
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1419
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> No compaction publish file and emit GMCE are happening separately. If file
> rename succeed but emit GMCE fails, we will end up with not emit GMCE for the
> compaction. So need a strategy to do error handling for compaction that when
> emit GMCE fails, next job will treat the previous compaction as fail and
> re-compact the data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)