vsinghal85 commented on code in PR #4076: URL: https://github.com/apache/gobblin/pull/4076#discussion_r1848023788
########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/MultiActiveLeaseArbiter.java: ########## @@ -63,13 +63,13 @@ LeaseAttemptStatus tryAcquireLease(DagActionStore.LeaseParams leaseParams, boole /** * This method checks if lease can be acquired on provided flow in lease params - * returns true if entry for the same flow does not exists within epsilon time + * returns true if entry for the same flow does not exists within Lease Consolidation Period Review Comment: updated javadoc ########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementStateStore.java: ########## @@ -105,10 +105,13 @@ public interface DagManagementStateStore { /** * Returns true if lease can be acquired on entity provided in leaseParams. - * @param leaseParams uniquely identifies the flow, the present action upon it, the time the action was triggered, - * and if the dag action event we're checking on is a reminder event + * Check if an action exists in dagAction store by flow group, flow name, flow execution id, and job name. + * @param flowGroup flow group for the dag action + * @param flowName flow name for the dag action + * @param flowExecutionId flow execution for the dag action Review Comment: updated javadoc -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org