[
https://issues.apache.org/jira/browse/GOBBLIN-1724?focusedWorklogId=817179&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-817179
]
ASF GitHub Bot logged work on GOBBLIN-1724:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/22 21:13
Start Date: 14/Oct/22 21:13
Worklog Time Spent: 10m
Work Description: AndyJiang99 commented on code in PR #3583:
URL: https://github.com/apache/gobblin/pull/3583#discussion_r996162844
##########
gobblin-service/src/test/java/org/apache/gobblin/service/monitoring/FsFlowGraphMonitorTest.java:
##########
@@ -219,7 +256,7 @@ public void testRemoveNode() throws Exception {
//delete node files
FileUtils.deleteDirectory(node1FlowGraphFile);
FileUtils.deleteDirectory(node2FlowGraphFile);
-
+ FileUtils.deleteDirectory(node2FlowGraphFile);
Review Comment:
Will attempting to remove the same file twice cause any issues?
Issue Time Tracking
-------------------
Worklog Id: (was: 817179)
Time Spent: 0.5h (was: 20m)
> Support a flowgraph layout for shared node configurations
> ---------------------------------------------------------
>
> Key: GOBBLIN-1724
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1724
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: William Lo
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently the GaaS Flowgraph assumes that there will be one separate
> flowgraph for each configured use case, but this adds for a large amount of
> duplication when supporting multiple flowgraphs.
> We should support a layout where there can be a directory for shared nodes
> between each flowgraph, and each flowgraph can overwrite properties for these
> nodes if needed.
> e.g.
> {code:java}
> /flowgraph
> ../nodeA
> ..../nodeB
> ......edgeAB.properties
> ../nodeB
> ....nodeB.properties
> /nodes
> ..nodeA.properties
> ..nodeB.properties{code}
> Where nodeA will use the shared properties, and nodeB will use the union of
> the properties in /flowgraph and the shared properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)