-
Notifications
You must be signed in to change notification settings - Fork 287
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
Wrong barrier ts for partition table under frequent ddl scenario #10668
Comments
After some investigation, we find that the format of the storage files which are written by cdc are not legal.
As the above example shows, 447992388515004420/143/2024-02-26/CDC00000000000000000001.json contains two lines of data which are -3 and -4, but these two lines of data should actually reside in the directory 447992389170626566. And they have large commit ts than the data in 447992388515004420/143/2024-02-26/CDC00000000000000000002.json. |
The following is the test sqls related to the test failure.
The problem happens in the following steps:
|
/label severity/major |
@lidezhu: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/severity major |
/assign @lidezhu |
/label affects-7.5 |
/label affects-7.1 |
/label affects-6.5 |
/remove-label may-affects-6.1 |
/remove-label may-affects-5.4 |
@lidezhu: These labels are not set on the issue: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What did you do?
Run CASE=partition_table make integration_test_storage.
What did you expect to see?
The test always succeed.
What did you see instead?
The test sometimes failed.
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: