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 7e027f3d1f2 [enhancement](fe-memory) support label num threshold to 
reduce fe memory consumption   (#22889)
     add 19862fef774 [feature](auditlog)Add runtime cpu time/peak memory metric 
(#29925)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/pipeline_task.cpp                  |  9 +++++-
 be/src/pipeline/pipeline_x/pipeline_x_task.cpp     | 10 ++++++-
 be/src/runtime/fragment_mgr.cpp                    |  3 ++
 be/src/runtime/memory/mem_tracker.h                |  8 ++++++
 be/src/runtime/memory/mem_tracker_limiter.cpp      |  6 ++++
 be/src/runtime/plan_fragment_executor.cpp          | 17 ++++++++++--
 be/src/runtime/query_context.cpp                   | 21 ++++++++++++++
 be/src/runtime/query_context.h                     |  8 ++++++
 be/src/runtime/query_statistics.cpp                | 16 +++++++----
 be/src/runtime/query_statistics.h                  | 24 ++++++++++------
 be/src/runtime/runtime_query_statistics_mgr.cpp    | 32 ++++++++++++----------
 be/src/runtime/runtime_query_statistics_mgr.h      | 15 ++++++----
 be/src/vec/exec/scan/vscanner.h                    |  6 +++-
 .../WorkloadRuntimeStatusMgr.java                  |  1 +
 14 files changed, 136 insertions(+), 40 deletions(-)


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

Reply via email to