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

truncate table of ineligible table is not ignored #11765

Open
lidezhu opened this issue Nov 18, 2024 · 3 comments · May be fixed by #11772
Open

truncate table of ineligible table is not ignored #11765

lidezhu opened this issue Nov 18, 2024 · 3 comments · May be fixed by #11772
Assignees
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. report/customer Customers have encountered this bug. severity/moderate type/bug The issue is confirmed as a bug. type/regression

Comments

@lidezhu
Copy link
Collaborator

lidezhu commented Nov 18, 2024

What did you do?

  1. create changefeed;
  2. create table t(a int);
  3. truncate table t;

What did you expect to see?

changefeed can proceed normally;

What did you see instead?

changefeed 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)
@lidezhu lidezhu added type/bug The issue is confirmed as a bug. area/ticdc Issues or PRs related to TiCDC. labels Nov 18, 2024
@lidezhu lidezhu self-assigned this Nov 18, 2024
@lidezhu lidezhu removed their assignment Nov 19, 2024
@jebter jebter added affects-6.5 This bug affects the 6.5.x(LTS) versions. type/regression labels Nov 20, 2024
@asddongmen asddongmen added affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. labels Nov 20, 2024
@asddongmen asddongmen self-assigned this Nov 20, 2024
Copy link
Contributor

ti-chi-bot bot commented Nov 21, 2024

@seiya-annie: The label(s) found/customer cannot be applied, because the repository doesn't have them.

In response to this:

/found customer

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.

1 similar comment
Copy link
Contributor

ti-chi-bot bot commented Nov 21, 2024

@seiya-annie: The label(s) found/customer cannot be applied, because the repository doesn't have them.

In response to this:

/found customer

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.

@seiya-annie
Copy link

/report customer

@ti-chi-bot ti-chi-bot bot added the report/customer Customers have encountered this bug. label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. report/customer Customers have encountered this bug. severity/moderate type/bug The issue is confirmed as a bug. type/regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants