You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
日志打印显示manager.go:205 oid: 1, process has no more usable ids,并且数据库显示记录
mysql> select count(1) from process;
+----------+
| count(1) |
+----------+
| 499999 |
+----------+
1 row in set (0.10 sec),然后我发现其中很多都是已经被软删除的记录
mysql> select count(1) from process where deleted_at is not null;
+----------+
| count(1) |
+----------+
| 305739 |
+----------+
1 row in set (0.08 sec),想问一下这种除了增大resource_max_id_1还能如何处理
Search before asking
Description
日志打印显示manager.go:205 oid: 1, process has no more usable ids,并且数据库显示记录
mysql> select count(1) from process;
+----------+
| count(1) |
+----------+
| 499999 |
+----------+
1 row in set (0.10 sec),然后我发现其中很多都是已经被软删除的记录
mysql> select count(1) from process where deleted_at is not null;
+----------+
| count(1) |
+----------+
| 305739 |
+----------+
1 row in set (0.08 sec),想问一下这种除了增大resource_max_id_1还能如何处理
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: