This is an automated email from the ASF dual-hosted git repository.

maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 54fc80faa33 Fix writable CTE on replicated tables EXCEPT partition 
tables.
     new 1d010b4e0b2 Revert "Fix double free issue in alterResgroupCallback 
during io_limit cleanup"
     new e5c8ebb1c5b let resource group io limit testing can be reproduced 
(#16107)
     new 8369cf6dff7 Improve io_limit behaviors (#16351)
     new 0735df44c3a Fix resource group io limit flaky case (#16386)
     new 60802217fa0 Io limit improve error log (#16394)
     new 92bee97d0b9 io limit: fix double free (#16459)
     new 723ee2822a0 Add one more hierarchy for resgroup cgroup root (#16732)
     new c4e0a80cd9d delete cgroup leaf dir only when use group-v2 (#16830)
     new 36b6ddd460a Add guc: gp_resource_group_cgroup_parent (#16738)
     new 996d0e40c6a Fix no response when alter io_limit of resource group to 
'-1' (#17095)
     new caeee214079 Fix gpcheckresgroupv2impl to use dynamic cgroup parent 
from GUC parameter

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gpMgmt/bin/gpcheckresgroupv2impl                   |  59 +++++++++---
 gpMgmt/bin/gpconfig                                |  15 ++++
 src/backend/cdb/cdbvars.c                          |  40 +++++++++
 src/backend/commands/resgroupcmds.c                |  61 +++++++++----
 src/backend/commands/tablespace.c                  |   5 ++
 src/backend/utils/misc/guc_gp.c                    |  12 +++
 src/backend/utils/resgroup/cgroup-ops-dummy.c      |  10 ++-
 src/backend/utils/resgroup/cgroup-ops-linux-v1.c   |  22 +++--
 src/backend/utils/resgroup/cgroup-ops-linux-v2.c   |  33 ++++---
 src/backend/utils/resgroup/cgroup.c                |  76 +++++++++++-----
 src/backend/utils/resgroup/cgroup_io_limit.c       | 100 ++++++++++++++++-----
 src/backend/utils/resgroup/io_limit_gram.y         |  92 +++++++++++--------
 src/backend/utils/resgroup/io_limit_scanner.l      |  51 +++++++----
 src/backend/utils/resgroup/resgroup.c              |  96 ++++++++++++++++++++
 src/include/utils/cgroup.h                         |  15 +++-
 src/include/utils/cgroup_io_limit.h                |  12 ++-
 src/include/utils/guc.h                            |   1 +
 src/include/utils/resgroup.h                       |   2 +
 src/include/utils/unsync_guc_name.h                |   1 +
 .../resgroup/resgroup_auxiliary_tools_v2.out       |  43 +++++++--
 .../input/resgroup/resgroup_io_limit.source        |  30 ++++++-
 .../output/resgroup/resgroup_io_limit.source       |  75 ++++++++++++++--
 .../sql/resgroup/resgroup_auxiliary_tools_v2.sql   |  58 +++++++++++-
 23 files changed, 747 insertions(+), 162 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to