This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from d310eed614 [fix](planner)group_concat lost order by info in second
phase merge agg (#17049)
new 8534abc479 [Improvement](brpc) Using a thread pool for RPC service
avoiding std::mutex block brpc::bthread (#16639)
new 783c7d3865 [fix](replica) Fix inconsistent replica id between BE and
FE in corner case of tablet rebalance (#16889)
new efea1fdf7d [fix](planner) create view init bug (#16890)
new b31115f51a [fix](memory) fix memory GC details and join probe catch
bad_alloc (#16989)
The 4 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:
be/src/common/config.h | 14 +-
be/src/common/daemon.cpp | 4 +-
be/src/olap/tablet_manager.cpp | 14 +-
be/src/olap/tablet_manager.h | 3 +-
be/src/olap/task/engine_clone_task.cpp | 17 +-
be/src/runtime/memory/mem_tracker_limiter.cpp | 17 +-
be/src/runtime/memory/mem_tracker_limiter.h | 19 +-
be/src/service/internal_service.cpp | 922 +++++++++++++--------
be/src/service/internal_service.h | 9 +-
be/src/util/doris_metrics.cpp | 8 +-
be/src/util/doris_metrics.h | 14 +-
be/src/util/mem_info.cpp | 67 +-
be/src/util/priority_thread_pool.hpp | 6 +-
.../vec/exec/join/process_hash_table_probe_impl.h | 10 +-
be/src/vec/exec/join/vhash_join_node.cpp | 4 +-
.../maint-monitor/monitor-metrics/metrics.md | 8 +
.../java/org/apache/doris/analysis/SelectStmt.java | 2 +-
.../org/apache/doris/master/ReportHandler.java | 9 +-
gensrc/proto/internal_service.proto | 1 +
19 files changed, 731 insertions(+), 417 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]