[
https://issues.apache.org/jira/browse/GOBBLIN-1969?focusedWorklogId=893498&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-893498
]
ASF GitHub Bot logged work on GOBBLIN-1969:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Dec/23 00:50
Start Date: 02/Dec/23 00:50
Worklog Time Spent: 10m
Work Description: 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.
Issue Time Tracking
-------------------
Worklog Id: (was: 893498)
Time Spent: 1h (was: 50m)
> Increase Visibility for Compilation Failures
> --------------------------------------------
>
> Key: GOBBLIN-1969
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1969
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Urmi Mustafi
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Empty or null dag execution plans created after compiling do not provide
> sufficient information as to when and why they occur.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)