-
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
TiCDC can not write cdclog to s3 when table is big. #1259
Comments
I found that the problem was caused by blocking because the |
@3pointer would you please take a look? |
The |
fix bug issue pingcap#1259 reported temporarily
fix bug issue pingcap#1259 reported temporarily
Bug Report
Please answer these questions before submitting your issue. Thanks!
I created a
s3-sink
changefeed, and created a100000
rows table using sysbench.create changefeed command:
cdc cli changefeed create --sink-uri="s3://${BUCKET_NAME}?endpoint=http://${S3_HOST}&access-Key=${ACCESS_KEY}&secret-Access-Key=${SECRET_KEY}" --changefeed-id=s3-sink
create table command:
What did you expect to see?
On s3 there are
ddls
,t_xxx
andlog.meta
.What did you see instead?
On S3 there are only
ddls
andlog.meta
, not_xxx
. The state of changefeed isnormal
, andcheckpoint-ts
never updates.Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: