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

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from fa586c00a9 [fix](merge-on-write) fix that missed rows don't match 
merged rows (#18128)
     add 359f5be53e [refactor](cgroup) remove cgroup manager it is useless 
(#18124)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/CMakeLists.txt                  |   4 +-
 be/src/agent/cgroups_mgr.cpp                 | 472 ---------------------------
 be/src/agent/cgroups_mgr.h                   | 169 ----------
 be/src/agent/cgroups_mgr_mac.cpp             |  37 ---
 be/src/agent/user_resource_listener.cpp      |   8 +-
 be/src/agent/user_resource_listener.h        |   2 -
 be/src/common/config.h                       |   3 -
 be/src/http/action/checksum_action.cpp       |   4 -
 be/src/http/action/download_action.cpp       |   4 -
 be/src/http/action/reload_tablet_action.cpp  |   5 -
 be/src/http/action/restore_tablet_action.cpp |   3 -
 be/src/http/action/snapshot_action.cpp       |   4 -
 be/src/olap/olap_server.cpp                  |   8 +-
 be/src/olap/storage_engine.cpp               |   1 -
 be/src/runtime/exec_env.h                    |   3 -
 be/src/runtime/exec_env_init.cpp             |   5 -
 be/src/runtime/fragment_mgr.cpp              |   2 -
 be/test/CMakeLists.txt                       |   1 -
 be/test/agent/cgroups_mgr_test.cpp           | 196 -----------
 19 files changed, 4 insertions(+), 927 deletions(-)
 delete mode 100644 be/src/agent/cgroups_mgr.cpp
 delete mode 100644 be/src/agent/cgroups_mgr.h
 delete mode 100644 be/src/agent/cgroups_mgr_mac.cpp
 delete mode 100644 be/test/agent/cgroups_mgr_test.cpp


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

Reply via email to