This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from d8d5942cd29 [opt](arrow-flight-sql) Support `arrow-flight-sql` protocol `getStreamCatalogs`, `getStreamSchemas`, `getStreamTables` (#46217) add 618e842a57d [fix](memory) Fix Jemalloc dirty page usage strategy and some memory management bugs (#46136) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 2 +- be/src/common/config.h | 4 +- be/src/common/daemon.cpp | 113 ++++++++++++++++----- be/src/common/daemon.h | 2 +- be/src/runtime/memory/global_memory_arbitrator.cpp | 5 +- be/src/runtime/memory/global_memory_arbitrator.h | 32 ++---- be/src/runtime/memory/heap_profiler.cpp | 2 +- be/src/runtime/memory/mem_tracker_limiter.cpp | 4 - be/src/runtime/memory/mem_tracker_limiter.h | 3 + be/src/runtime/memory/memory_reclamation.cpp | 32 ++++-- be/src/runtime/memory/memory_reclamation.h | 2 + be/src/util/mem_info.cpp | 16 +-- be/src/util/mem_info.h | 108 +++++++++++++------- be/src/util/system_metrics.cpp | 12 +-- be/src/vec/common/allocator.cpp | 5 + be/src/vec/common/allocator.h | 3 +- 16 files changed, 223 insertions(+), 122 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org