apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.04k stars 1.82k forks source link

[Bug] [Module Name] Bug title #6879

Closed yqyqyqyqyqyq closed 4 months ago

yqyqyqyqyqyq commented 5 months ago

Search before asking

What happened

SqlServer-CDC see cdc has opend image but it can only read old data

SeaTunnel Version

2.3.4

SeaTunnel Config

source {
     SqlServer-CDC {
            result_table_name ="fake"
            base-url="jdbc:sqlserver:/;databaseName="
            username = "sa"
            password = ""
            database-names = ["test"]
            table-names = ["test.dbo.tt"]
            #exactly_once = true

    }
}

Running Command

source {
     SqlServer-CDC {
            result_table_name ="fake"
            base-url="jdbc:sqlserver:/;databaseName="
            username = "sa"
            password = ""
            database-names = ["test"]
            table-names = ["test.dbo.tt"]
            #exactly_once = true

    }
}

Error Exception

had data changed but not catch

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

No response

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 4 months ago

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.