Skip to content

[Bug]: tn replay panic EOB #23766

@LeftHandCold

Description

@LeftHandCold

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

3.0, main

Commit ID

lasted

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

When CLONE (CREATE TABLE) and DROP DATABASE execute concurrently, the lock service does not advance DROP's snapshot because CLONE only modifies mo_tables,not mo_database. This causes DROP to miss newly created tables, leaving orphan records in mo_tables that trigger OkExpectedEOB panic during checkpoint replay.

Expected Behavior

repro.go.zip

Steps to Reproduce

run repro

Additional information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions