-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
Description
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
Steps to Reproduce
run reproAdditional information
No response
Reactions are currently unavailable