[
https://issues.apache.org/jira/browse/GOBBLIN-2137?focusedWorklogId=931167&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-931167
]
ASF GitHub Bot logged work on GOBBLIN-2137:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 21/Aug/24 15:16
Start Date: 21/Aug/24 15:16
Worklog Time Spent: 10m
Work Description: pratapaditya04 commented on code in PR #4032:
URL: https://github.com/apache/gobblin/pull/4032#discussion_r1725276510
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/Dag.java:
##########
@@ -48,6 +48,8 @@ public class Dag<T> {
// Map to maintain parent to children mapping.
private Map<DagNode, List<DagNode<T>>> parentChildMap;
private List<DagNode<T>> nodes;
+ @Setter
Review Comment:
We want to have this field here as we didn't want to add additional
parameters in all the methods to pass on is_failed value.
Issue Time Tracking
-------------------
Worklog Id: (was: 931167)
Time Spent: 1h 10m (was: 1h)
> Merge Failed Node Dag State Store and Dag Node State Store
> ----------------------------------------------------------
>
> Key: GOBBLIN-2137
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2137
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Aditya Pratap Singh
> Priority: Minor
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Merge Failed Node Dag State Store and Dag Node State Store
--
This message was sent by Atlassian Jira
(v8.20.10#820010)