matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.78k stars 275 forks source link

[Bug]: create duplicate pitr duplicate can success #19212

Open tom-csf opened 1 week ago

tom-csf commented 1 week ago

Is there an existing issue for the same bug?

Branch Name

main

Commit ID

8bb6702f139fbab46d8bbc81decd8a49448173ad

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

create database abc; create pitr pitr053 for database abc range 1 'y'; drop database abc; create database abc; create pitr pitr054 for database abc range 1 'd';

image

It is probabilistic occurrence

Expected Behavior

No response

Steps to Reproduce

create database abc;
create pitr pitr053 for database abc range 1 'y';
drop database abc;
create database abc;
create pitr pitr054 for database abc range 1 'd';

Additional information

No response

YANGGMM commented 1 week ago

fixed