-
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
remove the local clock dependency from storage sink #10352
Labels
affects-6.5
affects-7.1
affects-7.5
area/ticdc
Issues or PRs related to TiCDC.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
CharlesCheung96
added
type/enhancement
The issue or PR belongs to an enhancement.
area/ticdc
Issues or PRs related to TiCDC.
affects-6.5
affects-7.1
affects-7.5
labels
Jan 10, 2024
This was referenced Jan 22, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Jan 24, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Jan 24, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Jan 24, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Jan 24, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Feb 7, 2024
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Feb 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
affects-7.1
affects-7.5
area/ticdc
Issues or PRs related to TiCDC.
type/enhancement
The issue or PR belongs to an enhancement.
Currently, the cloud storage sink uses local clock to generate files. If A table is scheduled from cdc node A to cdc node B, and ntp is not enabled on the cluster, or the time of the two machines is different, the generated file names may be backward or not incremental.
The text was updated successfully, but these errors were encountered: