Skip to content

Commit f03c370

Browse files
authored
Remove double-log during resync (#4410)
The function has two callers, one logs `Resync completed for all tables` right after, the other `Resync with soft-delete completed for all tables`
1 parent 90bf412 commit f03c370

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

flow/activities/flowable.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,8 +1726,6 @@ func (a *FlowableActivity) updateTableSchemaMappingForResync(
17261726
}
17271727
}
17281728

1729-
a.Alerter.LogFlowInfo(ctx, flowJobName, "Resync completed for all tables")
1730-
17311729
if commitErr := tx.Commit(ctx); commitErr != nil {
17321730
return a.Alerter.LogFlowError(ctx, flowJobName, fmt.Errorf("failed to commit updating table_schema_mapping: %w", commitErr))
17331731
}

0 commit comments

Comments
 (0)