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

Unexpected ERROR 8141 (HY000): assertion failed #32669

Closed
maxshuang opened this issue Feb 28, 2022 · 1 comment
Closed

Unexpected ERROR 8141 (HY000): assertion failed #32669

maxshuang opened this issue Feb 28, 2022 · 1 comment
Labels
duplicate Issues or pull requests already exists. type/bug The issue is confirmed as a bug.

Comments

@maxshuang
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. set up cluster using tiup
tiup  playground  nightly --tag newest3   --db 1 --kv 3 --pd 1  --ticdc 1
  1. run following sql
create table t11 (n numeric(10));
create table t12 (n numeric(10));
insert into t12 values (1),(2),(4),(8),(16),(32);
select * from t12 left outer join t11  using (n);
delete  t11,t12 from t12 left outer join t11  using (n);

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

everything normal

3. What did you see instead (Required)

mysql> delete t11,t12 from t12 left outer join t11 using (n);
ERROR 8141 (HY000): assertion failed: key: 7480000000000003815f728000000000000000, assertion: Exist, start_ts: 431500354669510657, existing start ts: 0, existing commit ts: 0

4. What is your TiDB version? (Required)

mysql> select tidb_version();
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version() |
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v5.5.0-alpha
Edition: Community
Git Commit Hash: 171a354
Git Branch: heads/refs/tags/v5.5.0-alpha
UTC Build Time: 2022-02-20 14:54:53
GoVersion: go1.16.4
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false |
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

@ekexium
Copy link
Contributor

ekexium commented Feb 28, 2022

duplicated with #31321 .

@ekexium ekexium closed this as completed Feb 28, 2022
@ekexium ekexium added the duplicate Issues or pull requests already exists. label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues or pull requests already exists. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants