-
Notifications
You must be signed in to change notification settings - Fork 124
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] unstable resource group cases: resgroup_cancel_terminate_concurrency/resgroup_dumpinfo/resgroup_views #651
Comments
Failed case in another PR, memory_usage in resgroup/resgroup_views.out /code/gpdb_src/src/test/isolation2/results/resgroup/resgroup_views.out
--- /code/gpdb_src/src/test/isolation2/expected/resgroup/resgroup_views.out 2024-10-02 10:39:17.270264381 +0800
+++ /code/gpdb_src/src/test/isolation2/results/resgroup/resgroup_views.out 2024-10-02 10:39:17.271264371 +0800
@@ -14,7 +14,7 @@
select groupname , groupid , cpu_usage , memory_usage from gp_toolkit.gp_resgroup_status_per_host s join gp_segment_configuration c on s.hostname=c.hostname and c.content=-1 and role='p' where groupname='default_group';
groupname | groupid | cpu_usage | memory_usage
---------------+---------+-----------+--------------
- default_group | 6437 | 0.00 | 0.00
+ default_group | 6437 | 0.00 | 0.01
(1 row)
select * from gp_toolkit.gp_resgroup_role where rrrolname='gpadmin';
real 6m5.137s
user 0m21.717s
sys 0m4.744s
|
memory usage is acceptable between |
Has this issue been resolved? Please confirm @avamingli , if so, I will close it, thanks! |
Sure, haven't seen it any more. |
https://github.com/apache/cloudberry/actions/runs/12193381532/job/34015800430?pr=725 diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/isolation2/expected/resgroup/resgroup_cpu_max_percent.out /__w/cloudberry/cloudberry/src/test/isolation2/results/resgroup/resgroup_cpu_max_percent.out
--- /__w/cloudberry/cloudberry/src/test/isolation2/expected/resgroup/resgroup_cpu_max_percent.out 2024-12-05 21:30:09.592031381 -0800
+++ /__w/cloudberry/cloudberry/src/test/isolation2/results/resgroup/resgroup_cpu_max_percent.out 2024-12-05 21:30:09.596031363 -0800
@@ -794,7 +794,7 @@
1:SELECT verify_cpu_usage('rg1_cpu_test', 10, 2);
verify_cpu_usage
------------------
- t
+ f
(1 row)
1:SELECT verify_cpu_usage('rg2_cpu_test', 20, 2);
verify_cpu_usage |
Cloudberry Database version
main
What happened
https://github.com/cloudberrydb/cloudberrydb/actions/runs/11102859132/job/30844343864
What you think should happen instead
Pretty sure #649 has nothing to do with resource group.
It seems a unstable case of resource group.
How to reproduce
https://github.com/cloudberrydb/cloudberrydb/actions/runs/11102859132/job/30844343864
Operating System
CI OS
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: