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

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


    from 10c3712  [fix](vectorized) fix arithmetic calculate get wrong 
result(#8226)
     add 0ff7de4  [refactor] remove agent status (#8273)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/cgroups_mgr.cpp                |  77 ++++++++++----------
 be/src/agent/cgroups_mgr.h                  |  20 +++---
 be/src/agent/heartbeat_server.cpp           |   6 +-
 be/src/agent/heartbeat_server.h             |   4 +-
 be/src/agent/status.h                       |  48 -------------
 be/src/agent/task_worker_pool.cpp           |  93 +++++++++----------------
 be/src/agent/task_worker_pool.h             |   9 ++-
 be/src/agent/utils.cpp                      | 104 +++-------------------------
 be/src/agent/utils.h                        |  25 +------
 be/src/common/status.cpp                    |   6 ++
 be/src/common/status.h                      |   1 +
 be/src/olap/storage_engine.h                |   1 -
 be/src/olap/tablet_manager.h                |   1 -
 be/src/olap/task/engine_batch_load_task.cpp |  52 ++++++--------
 be/src/olap/task/engine_batch_load_task.h   |  14 ++--
 be/src/olap/task/engine_clone_task.cpp      |  46 ++++++------
 be/src/olap/task/engine_clone_task.h        |   9 +--
 be/src/olap/txn_manager.h                   |   1 -
 be/src/service/doris_main.cpp               |   5 +-
 be/test/agent/cgroups_mgr_test.cpp          |  26 +++----
 be/test/agent/mock_task_worker_pool.h       |   2 +-
 be/test/agent/mock_utils.h                  |  14 ++--
 be/test/olap/file_helper_test.cpp           |   2 +-
 be/test/olap/file_utils_test.cpp            |   2 +-
 24 files changed, 188 insertions(+), 380 deletions(-)
 delete mode 100644 be/src/agent/status.h

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

Reply via email to