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

ERROR 8214 (HY000): Cancelled DDL job #27384

Closed
ChenPeng2013 opened this issue Aug 19, 2021 · 2 comments
Closed

ERROR 8214 (HY000): Cancelled DDL job #27384

ChenPeng2013 opened this issue Aug 19, 2021 · 2 comments
Assignees
Labels
component/tablepartition This issue is related to Table Partition of TiDB. severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@ChenPeng2013
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

use test;
set @@tidb_enable_list_partition=on;
drop table if exists t3;
create table t3 (a char, b char) partition by list columns (a) (
    partition p0 values in ('z')
);
alter table t3 drop column a;

2. What did you expect to see? (Required)

mysql> alter table t3 drop column a;
ERROR 1054 (42S22): Unknown column 'a' in 'expression'

3. What did you see instead (Required)

release-5.0 & release-5.1 & release-5.2 & master

mysql> alter table t3 drop column a;
ERROR 8214 (HY000): Cancelled DDL job

4. What is your TiDB version? (Required)

Release Version: v5.2.0-alpha-567-gdba8e111f
Edition: Community
Git Commit Hash: dba8e111fe26b1db0742dd5a024309137d49f5d2
Git Branch: release-5.2
UTC Build Time: 2021-08-19 02:02:03
GoVersion: go1.16.5
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
@ChenPeng2013 ChenPeng2013 added type/bug The issue is confirmed as a bug. sig/planner SIG: Planner severity/moderate labels Aug 19, 2021
@qw4990 qw4990 self-assigned this Aug 19, 2021
@yudongusa yudongusa added the sig/sql-infra SIG: SQL Infra label Aug 19, 2021
@bb7133 bb7133 removed the sig/planner SIG: Planner label Aug 23, 2021
@mjonss
Copy link
Contributor

mjonss commented Feb 14, 2022

/component tablepartition

@ti-chi-bot ti-chi-bot added the component/tablepartition This issue is related to Table Partition of TiDB. label Feb 14, 2022
@Defined2014
Copy link
Contributor

It works well on master 84871df which error msg is same as expect, so close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tablepartition This issue is related to Table Partition of TiDB. severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

7 participants