[
https://issues.apache.org/jira/browse/GOBBLIN-2136?focusedWorklogId=933279&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-933279
]
ASF GitHub Bot logged work on GOBBLIN-2136:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/24 02:24
Start Date: 05/Sep/24 02:24
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #4031:
URL: https://github.com/apache/gobblin/pull/4031#discussion_r1744719021
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/core/GobblinServiceManager.java:
##########
@@ -413,16 +292,14 @@ private void registerServicesInLauncher(){
this.serviceLauncher.addService(restliServer);
}
- if (this.configuration.isWarmStandbyEnabled()) {
- this.serviceLauncher.addService(specStoreChangeMonitor);
- this.serviceLauncher.addService(dagActionStoreChangeMonitor);
- }
+ this.serviceLauncher.addService(specStoreChangeMonitor);
+ this.serviceLauncher.addService(_dagManagementDagActionStoreChangeMonitor);
}
private void configureServices(){
if (configuration.isRestLIServerEnabled()) {
this.restliServer = EmbeddedRestliServer.builder()
- .resources(Lists.newArrayList(FlowConfigsResource.class,
FlowConfigsV2Resource.class))
+ .resources(Lists.newArrayList(FlowConfigsV2Resource.class,
FlowConfigsV2Resource.class))
Review Comment:
effect of IntelliJ's renaming
Issue Time Tracking
-------------------
Worklog Id: (was: 933279)
Time Spent: 4h 10m (was: 4h)
> remove obsolete code related to DagManager
> ------------------------------------------
>
> Key: GOBBLIN-2136
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2136
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)