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

[Bug]: file 0191da87-8206-7802-b1be-a3e979bf7edd_00000 is not found when creating partition tables #18683

Closed
1 task done
aressu1985 opened this issue Sep 10, 2024 · 12 comments
Assignees
Labels
kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@aressu1985
Copy link
Contributor

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

b2d8e4a

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

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

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);

Additional information

No response

@aressu1985 aressu1985 added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Sep 10, 2024
@aressu1985 aressu1985 added this to the 1.3.0 milestone Sep 10, 2024
@LeftHandCold
Copy link
Contributor

not found的是mo_tables的一个atombstone 在报错的2个小时前就已经soft delete并且在40分钟前被正常GC,但是create table的时候还需要load这个atombstone,所以报了not found

@LeftHandCold
Copy link
Contributor

还未投入

2 similar comments
@LeftHandCold
Copy link
Contributor

还未投入

@LeftHandCold
Copy link
Contributor

还未投入

@aressu1985
Copy link
Contributor Author

repo on 9.29:
mysql>
mysql>
mysql>
mysql> create account if not exists tpch_test admin_name = 'admin' identified by '111' comment 'for tpch test';
ERROR 20405 (HY000): file 01923bc1-5243-7cc0-96f0-9543d9286d73_00000 is not found
mysql>

mo-log:
mo-service.log

@LeftHandCold
Copy link
Contributor

repo on 9.29: mysql> mysql> mysql> mysql> create account if not exists tpch_test admin_name = 'admin' identified by '111' comment 'for tpch test'; ERROR 20405 (HY000): file 01923bc1-5243-7cc0-96f0-9543d9286d73_00000 is not found mysql>

mo-log: mo-service.log

这个是环境问题

@LeftHandCold
Copy link
Contributor

未投入

2 similar comments
@LeftHandCold
Copy link
Contributor

未投入

@LeftHandCold
Copy link
Contributor

未投入

@sukki37 sukki37 modified the milestones: 2.0.0, 2.1.0 Oct 22, 2024
@LeftHandCold
Copy link
Contributor

未投入

@LeftHandCold
Copy link
Contributor

并没有复现

1 similar comment
@LeftHandCold
Copy link
Contributor

并没有复现

@sukki37 sukki37 closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

4 participants