Skip to content

fix(pg): filter by flow name in IsQRepPartitionSynced#4479

Merged
Amogh-Bharadwaj merged 1 commit into
mainfrom
fix-pg-dest-part-check
Jun 23, 2026
Merged

fix(pg): filter by flow name in IsQRepPartitionSynced#4479
Amogh-Bharadwaj merged 1 commit into
mainfrom
fix-pg-dest-part-check

Conversation

@Amogh-Bharadwaj

Copy link
Copy Markdown
Contributor

The Postgres-destination IsQRepPartitionSynced check matches the already-synced metadata row by partitionID alone, ignoring flowJobName. Since MySQL/Mongo initial loads give every table the same constant partition ID ("full-table-partition-id"), once the first table syncs, all other tables in the mirror are wrongly skipped as "already synced" and land empty.

This PR adds a filter for flow name in IsQRepPartitionSynced

@Amogh-Bharadwaj
Amogh-Bharadwaj requested a review from a team as a code owner June 23, 2026 17:38
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@Amogh-Bharadwaj
Amogh-Bharadwaj merged commit 702800a into main Jun 23, 2026
16 checks passed
@Amogh-Bharadwaj
Amogh-Bharadwaj deleted the fix-pg-dest-part-check branch June 23, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants