arjun4084346 commented on code in PR #3952: URL: https://github.com/apache/gobblin/pull/3952#discussion_r1640251636
########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementTaskStreamImpl.java: ########## @@ -80,7 +80,7 @@ public class DagManagementTaskStreamImpl implements DagManagement, DagTaskStream protected Optional<DagActionReminderScheduler> dagActionReminderScheduler; private final boolean isMultiActiveExecutionEnabled; private static final int MAX_HOUSEKEEPING_THREAD_DELAY = 180; - private final BlockingQueue<DagActionStore.DagAction> dagActionQueue = new LinkedBlockingQueue<>(); + private final BlockingQueue<DagActionStore.LeaseObject> dagActionQueue = new LinkedBlockingQueue<>(); Review Comment: should we rename it to leaseObjectQueue ? -- 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]
