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 assertion failed using global index #56535

Open
wjhuang2016 opened this issue Oct 10, 2024 · 1 comment · Fixed by #56608
Open

unexpected assertion failed using global index #56535

wjhuang2016 opened this issue Oct 10, 2024 · 1 comment · Fixed by #56608
Assignees
Labels
feature/developing the related feature is in development fuzz/schrddl severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@wjhuang2016
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Here is the log from our internal test schrddl.

2024/10/09 16:48:19 ddl.go:212: �[0;31m[fatal] [error] [instance 16] ERROR: Error 8141: assertion failed: key: 7480000000000000ba5f69800000000000000307800029e4698b0200, assertion: Exist, start_ts: 453113916671131764, existing start ts: 0, existing commit ts: 0
/build/ddl/dml_ops.go:52: Error when executing SQL: delete from `b5d472af` where not( IsNull( `b5d472af`.`56b0971e` ) ) or `b5d472af`.`56b0971e` in ( 1444517 ,824880 ) 

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

No error

3. What did you see instead (Required)

assertion failed

4. What is your TiDB version? (Required)

master

@wjhuang2016 wjhuang2016 added type/bug The issue is confirmed as a bug. fuzz/schrddl labels Oct 10, 2024
@Defined2014
Copy link
Contributor

Defined2014 commented Oct 10, 2024

Do DMLs during add global index (ingest mode) while trigger this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/developing the related feature is in development fuzz/schrddl severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants