-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.7.0.Final
-
None
-
False
-
False
-
-
We have been investigating an issue where we are missing multiple IDs after snapshoting a N-N table in SQL Server and this looks like a mean corner case for the incremental snapshot solution
This particular N-N table has no IDENTITY column and the composite PK starts with the ID that increases the least.
One ID that wasn't picked up during snapshoting is 682960468
image_1 shows immediately preceeding IDs, notice how the preceeding one has a higher request_id but lower notifyresponse_id
Using SQL Server profiler I got the query that is executed by the snapshotting process and simulated it starting from the preceeding ID. Notice 682960468 is skipped entirely
image_3 and 4 is me walking through the offsets in Kafka and confirming exactly that, right after 682960467 it skips to 682960474
Tagged this as SQL Server but if a similar query is executed on other connectors it should apply to them as well
- duplicates
-
DBZ-3860 The chunk select statement is incorrect for combined primary key in incremental snapshot
- Closed