[
https://issues.apache.org/jira/browse/GOBBLIN-1910?focusedWorklogId=898792&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-898792
]
ASF GitHub Bot logged work on GOBBLIN-1910:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jan/24 21:22
Start Date: 09/Jan/24 21:22
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #3853:
URL: https://github.com/apache/gobblin/pull/3853#discussion_r1446626693
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java:
##########
@@ -275,7 +278,7 @@ DagStateStore createDagStateStore(Config config, Map<URI,
TopologySpec> topology
}
// Initializes and returns an array of Queue of size numThreads
- private static LinkedBlockingDeque<?>[] initializeDagQueue(int numThreads) {
+ static LinkedBlockingDeque<?>[] initializeDagQueue(int numThreads) {
Review Comment:
initializing dag queue is not something that a totally unrelated code would
require to use.
Issue Time Tracking
-------------------
Worklog Id: (was: 898792)
Time Spent: 15.5h (was: 15h 20m)
> Refactor code to move current in-memory references to new design for REST
> calls: Launch, Resume and Kill
> --------------------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-1910
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1910
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Meeth Gala
> Priority: Major
> Time Spent: 15.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)