You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2019/11/07 22:45:21 UTC

[GitHub] [incubator-gobblin] jack-moseley commented on a change in pull request #2798: [GOBBLIN-950] Avoid persisting dag right after loading it on startup

jack-moseley commented on a change in pull request #2798: [GOBBLIN-950] Avoid persisting dag right after loading it on startup
URL: https://github.com/apache/incubator-gobblin/pull/2798#discussion_r343914010
 
 

 ##########
 File path: gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
 ##########
 @@ -243,6 +247,10 @@ synchronized void addDag(Dag<JobExecutionPlan> dag) throws IOException {
     submitEventsAndSetStatus(dag);
   }
 
+  synchronized void addDag(Dag<JobExecutionPlan> dag) throws IOException {
 
 Review comment:
   Mainly just to provide a default value since some unit tests call this, but yeah maybe it's better to update all the callers.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services