umustafi commented on code in PR #3840:
URL: https://github.com/apache/gobblin/pull/3840#discussion_r1412687314
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/core/GobblinServiceGuiceModule.java:
##########
@@ -200,6 +200,12 @@ public void configure(Binder binder) {
ServiceConfigKeys.TOPOLOGYSPEC_FACTORY_KEY,
ServiceConfigKeys.DEFAULT_TOPOLOGY_SPEC_FACTORY));
}
+ // Initialize flow catalog before DagManager is enabled so templates are
loaded when initializing the DagManager
Review Comment:
The order does matter here but this is actually the wrong class
initialization and won't fix the problem so leaving out of this PR.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]