Skip to content
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

s3 sink: table directory become an object. #1463

Closed
dengqee opened this issue Mar 1, 2021 · 0 comments
Closed

s3 sink: table directory become an object. #1463

dengqee opened this issue Mar 1, 2021 · 0 comments
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@dengqee
Copy link
Contributor

dengqee commented Mar 1, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
    I created a Changefeed for S3 Sink for a TIDB cluster that already had some tables. And I insert some data into an existing table.
  2. What did you expect to see?
    S3 server create a t_60 directory, and there is a cdclog.xxxxxxxx inside t_60.
  3. What did you see instead?
    S3 server created a t_60 object with the size of 0 bytes.
    image
    changefeed error:
"code": "CDC:ErrProcessorUnknown",
"message": "[CDC:ErrS3SinkStorageAPI]XMinioParentIsObject: Object-prefix is already an object, please choose a different object-prefix name.\n\tstatus code: 400, request id: 166825DDCC17A799, host id: "
  1. Versions of the cluster

    • Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

      | Release Version: v4.0.10
      Edition: Community
      Git Commit Hash: dbade8cda4c5a329037746e171449e0a1dfdb8b3
      Git Branch: heads/refs/tags/v4.0.10
      UTC Build Time: 2021-01-15 02:59:27
      GoVersion: go1.13
      Race Enabled: false
      TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
      Check Table Before Drop: false |
      
    • TiCDC version (execute cdc version):

      Release Version: v4.0.10
      Git Commit Hash: bced60a8d65f31ab68a35f1f309ea2345076096c
      Git Branch: heads/refs/tags/v4.0.10
      UTC Build Time: 2021-01-14 12:38:40
      Go Version: go version go1.13 linux/amd64
      
@dengqee dengqee added the type/bug The issue is confirmed as a bug. label Mar 1, 2021
@dengqee dengqee changed the title s3 sink: table directory become a object. s3 sink: table directory become an object. Mar 2, 2021
dengqee added a commit to dengqee/ticdc that referenced this issue Mar 2, 2021
dengqee added a commit to dengqee/ticdc that referenced this issue Mar 31, 2021
@dengqee dengqee closed this as completed May 6, 2021
@AkiraXie AkiraXie added the area/ticdc Issues or PRs related to TiCDC. label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants