-
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]: MO does not return result in 60s after run bvt test for about 12 times #7462
Comments
I'll take a look. |
After testing, I found that there was a very old transaction that never ended, causing cn's gc to never work. |
Look at this issue after the transaction bug has been fixed. |
No progress at the moment |
1 similar comment
No progress at the moment |
After pr 7669 fixed some of cn's memory issues, there are still a lot of memory leaks in the system, but I think the test can try to run a daily run first |
tracking for a more day |
no process |
wait for memory leak fix and memtable refactor |
This can be converted to a feature |
3 similar comments
The gc of memtable on cn looks like there are some problems |
这个问题本质是commit越来越慢的问题,等plan重构后处理这个问题 |
traced by #7601, close this one |
Is there an existing issue for the same bug?
Environment
Actual Behavior
as the bvt test lasting, the cost of each test turn increased , as following:
and at last , the mo can not return result in 60s :
[ERROR]
[SCRIPT FILE]: /mnt/datadisk0/actions-runner/_work/mo-nightly-regression/mo-nightly-regression/head/test/distributed/cases/table/system_table_cases.sql
[ROW NUMBER]: 99
[SQL STATEMENT]: SELECT COUNT(0) FROM (SELECT * FROM sys_cpu_combined_percent LIMIT 10) AS temp;
[EXPECT RESULT]:
count(0)
10
[ACTUAL RESULT]:
MO does not return result in 60000 ms.
[ERROR]
[SCRIPT FILE]: /mnt/datadisk0/actions-runner/_work/mo-nightly-regression/mo-nightly-regression/head/test/distributed/cases/table/system_table_cases.sql
[ROW NUMBER]: 100
[SQL STATEMENT]: SELECT COUNT('') FROM (SELECT * FROM sys_cpu_combined_percent LIMIT 10) AS temp;
[EXPECT RESULT]:
count()
10
[ACTUAL RESULT]:
SQL parser error: table "sys_cpu_combined_percent" does not exist
[ERROR]
[SCRIPT FILE]: /mnt/datadisk0/actions-runner/_work/mo-nightly-regression/mo-nightly-regression/head/test/distributed/cases/table/system_table_cases.sql
[ROW NUMBER]: 101
[SQL STATEMENT]: SELECT COUNT(NULL) FROM (SELECT * FROM sys_cpu_combined_percent LIMIT 10) AS temp;
[EXPECT RESULT]:
count(null)
0
[ACTUAL RESULT]:
SQL parser error: table "sys_cpu_combined_percent" does not exist
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: