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

Data loss in CTInputDStream #15

Open
@zhaber

Description

@zhaber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions