phet commented on PR #4074: URL: https://github.com/apache/gobblin/pull/4074#issuecomment-2472907537
> Can you please add the log snippet for a test flow execution before & after the change in testing section here are some excerpts: ``` MysqlMultiActiveLeaseArbiter initialized - mysql_multi_active_lease_arbiter_store Multi-active arbitration for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=12345677, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1710451837) Successfully leased [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=1731481279160, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731481279160) Multi-active lease status [LeaseObtainedStatus] for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=1731481279160, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731481279160) Multi-active will use DB time (1731481279204) to launder [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=12345677, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1710451837) Multi-active lease status [LeasedToAnotherStatus] for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=1731481279160, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731481279160) Multi-active lease COMPLETED [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=1731481310422, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731481310422) - no longer leasing this event Multi-active lease status [NoLongerLeasingStatus] for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=testFlowName, flowExecutionId=12345677, jobName=testJobName, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1710451837) tryAcquireLease for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testFlowGroup, flowName=7f59d05a-d, flowExecutionId=12345677, jobName=testJobName, dagActionType=LAUNCH), isReminder=true, eventTimeMillis=1731481321596) (dbEventTimeMillis: 2024-11-12 23:02:01.597) - Newer DB time, so discarding out-of-date reminder ``` and ``` Orchestrator - onAdd[Topology]Spec: gobblinExecutor/1 Orchestrator - onAdd[Flow]Spec: gobblin-flow:/testGroup1/testFlow1/ Handling trigger DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778356, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=0) (adoptConsensusTimestamp: true) Multi-active arbitration for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778356, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=0) Successfully leased [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778474, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731478778474) Multi-active lease status [LeaseObtainedStatus] for [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778474, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731478778474) Adding Dag Action for flowGroup testGroup1, flowName testFlow1, flowExecutionId 1731478778474, jobName , dagActionType LAUNCH Multi-active lease COMPLETED [mysql_multi_active_lease_arbiter_store] DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778474, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731478778474) - no longer leasing this event Successfully persisted (origEventTimestamp: 0) DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778474, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=1731478778474) Multi-active scheduler finished handling DagActionStore.LeaseParams(dagAction=DagActionStore.DagAction(flowGroup=testGroup1, flowName=testFlow1, flowExecutionId=1731478778356, jobName=, dagActionType=LAUNCH), isReminder=false, eventTimeMillis=0) ``` and ``` MockedDagProc - initializing - dagId : fg-3_fn-3_1237 MockedDagProc - ready to process - dagId : fg-3_fn-3_1237 MockedDagProc - processed - dagId : fg-3_fn-3_1237 Deleting DagActionStore.DagAction(flowGroup=fg-1, flowName=fn-1, flowExecutionId=1235, jobName=jn-1, dagActionType=LAUNCH) MockedDagProc - concluded dagTask - dagId : fg-1_fn-1_1235 ``` -- 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]
