This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from a504469053 [Opt][Vectorized] Opt vectorized the unique_table in
storage vectorized (#10132)
new db4ab9dc12 [fix] Fix disk used pct only consider the data that used by
Doris (#9705)
new 42ce8361ec [Feature] compaction quickly for small data import (#9804)
The 2 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/agent/task_worker_pool.cpp | 28 +++++++++++-
be/src/common/config.h | 12 +++++
be/src/olap/compaction.cpp | 51 +++++++++++++++++++++
be/src/olap/compaction.h | 1 +
be/src/olap/delta_writer.cpp | 6 +++
be/src/olap/olap_server.cpp | 23 ++++++++++
be/src/olap/storage_engine.h | 4 ++
be/src/olap/tablet.cpp | 53 +++++++++++++++++++++-
be/src/olap/tablet.h | 11 ++++-
be/src/olap/task/engine_publish_version_task.cpp | 10 +++-
be/src/olap/task/engine_publish_version_task.h | 5 +-
.../java/org/apache/doris/catalog/DiskInfo.java | 14 ++++--
.../apache/doris/clone/BackendLoadStatistic.java | 2 +-
.../org/apache/doris/clone/RebalancerTestUtil.java | 1 +
14 files changed, 206 insertions(+), 15 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]