This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7db916fc85 [enhancement](metric)Add metric for exec_state prepare
function (#13646)
add 942611c185 Revert "[enhancement](compaction) opt compaction task
producer and quick compaction (#13495)" (#13833)
No new revisions were added by this update.
Summary of changes:
be/src/agent/task_worker_pool.cpp | 36 +++++----
be/src/common/config.h | 69 +++++++++++-----
be/src/olap/base_compaction.cpp | 17 ++--
be/src/olap/compaction.cpp | 55 ++++++++++++-
be/src/olap/compaction.h | 1 +
be/src/olap/cumulative_compaction.cpp | 10 ++-
be/src/olap/cumulative_compaction_policy.cpp | 47 +++++------
be/src/olap/cumulative_compaction_policy.h | 27 ++++---
be/src/olap/delta_writer.cpp | 18 ++---
be/src/olap/merger.cpp | 4 +
be/src/olap/olap_server.cpp | 78 ++++++++++++-------
be/src/olap/storage_engine.cpp | 4 +
be/src/olap/storage_engine.h | 4 +
be/src/olap/tablet.cpp | 91 +++++++++++++++-------
be/src/olap/tablet.h | 28 ++++---
be/src/olap/tablet_manager.cpp | 25 +++---
be/test/olap/cumulative_compaction_policy_test.cpp | 12 +--
docs/en/docs/admin-manual/config/be-config.md | 52 +++++++++----
docs/zh-CN/docs/admin-manual/config/be-config.md | 52 +++++++++----
19 files changed, 432 insertions(+), 198 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]