-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table checkpoint-ts can be larger than redo-resolved-ts #9769
Comments
/assign @CharlesCheung96 |
It's reproduced. Seems lots of tables (more than 200) and more than one captures are also required.
|
#9772 is tested manually, it can resolve the problem. |
This is caused by function If This problem won't cause data lose. It's introduced in #9178, which means it only affects |
/found community |
What did you do?
Here is a piece of TiCDC log:
What did you expect to see?
No response
What did you see instead?
For a given table, checkpoint-ts is larger than redo-resolved-ts.
This check happens at
cdc/processor/sinkmanager/manager.go:1019
.TiCDC version is
v6.5.4
.Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
TiCDC version (execute
cdc version
):(paste TiCDC version here)
The text was updated successfully, but these errors were encountered: