-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Bug]: file 0191da87-8206-7802-b1be-a3e979bf7edd_00000 is not found when creating partition tables #18683
Comments
not found的是mo_tables的一个atombstone 在报错的2个小时前就已经soft delete并且在40分钟前被正常GC,但是create table的时候还需要load这个atombstone,所以报了not found |
还未投入 |
2 similar comments
还未投入 |
还未投入 |
repo on 9.29: mo-log: |
这个是环境问题 |
未投入 |
2 similar comments
未投入 |
未投入 |
未投入 |
并没有复现 |
1 similar comment
并没有复现 |
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
b2d8e4a
Other Environment Information
Actual Behavior
mysql> create table t1 (a int,b int,c int,key(a,b))
-> partition by range (a)
-> partitions 3
-> (partition x1 values less than (0),
-> partition x2 values less than (10),
-> partition x3 values less than maxvalue);
ERROR 20405 (HY000): file 0191da87-8206-7802-b1be-a3e979bf7edd_00000 is not found
but after a while, the problem gone
mysql> create table t1 (a int,b int,c int,key(a,b))
-> partition by range (a)
-> partitions 3
-> (partition x1 values less than (0),
-> partition x2 values less than (10),
-> partition x3 values less than maxvalue);
Query OK, 0 rows affected (0.04 sec)
log:
server.tar.gz
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: