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 2020/03/13 21:19:54 UTC

[GitHub] [incubator-gobblin] sv2000 commented on a change in pull request #2924: [GOBBLIN-1084] Refresh flowgraph when templates are modified

sv2000 commented on a change in pull request #2924: [GOBBLIN-1084] Refresh flowgraph when templates are modified
URL: https://github.com/apache/incubator-gobblin/pull/2924#discussion_r392484539
 
 

 ##########
 File path: gobblin-service/src/main/java/org/apache/gobblin/service/modules/template_catalog/ObservingFSFlowEdgeTemplateCatalog.java
 ##########
 @@ -49,6 +51,10 @@
   private Map<URI, List<JobTemplate>> jobTemplateMap = new ConcurrentHashMap<>();
   private ReadWriteLock rwLock;
 
+  @Getter
+  @Setter
+  private boolean shouldRefreshFlowGraph = false;
 
 Review comment:
   See comment earlier about making access of this variable thread safe. 

----------------------------------------------------------------
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