Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Data loss in CTInputDStream #15

Open
zhaber opened this issue Jul 5, 2019 · 0 comments
Open

Data loss in CTInputDStream #15

zhaber opened this issue Jul 5, 2019 · 0 comments

Comments

@zhaber
Copy link

zhaber commented Jul 5, 2019

getChangeData method of CTInputDStream assumes that prev < cur which is not true right after cleanup of the change tracking table. SQL Server maintenance can remove tracking information and reset CHANGE_TRACKING_CURRENT_VERSION to 0. The caller of getChangeData either should invoke the method twice in this case - once with an open upper bound and once with an open lower bound or fail the pipeline.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant