This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ec987b1b7d [fix](index compaction)ignore doc which dose not exist in
destination segment (#24729)
add 8eb14eec7c [enhancement](baddisk) record bad disk in be_custom.conf to
handle (#24639)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 9 ++--
be/src/common/config.h | 1 +
be/src/olap/data_dir.cpp | 1 +
be/src/olap/options.cpp | 26 ++++++++-
be/src/olap/options.h | 3 ++
be/src/olap/rowset/beta_rowset_reader.cpp | 4 +-
be/src/olap/rowset/beta_rowset_reader.h | 4 +-
be/src/olap/storage_engine.cpp | 35 ++++++++++++
be/src/olap/storage_engine.h | 10 ++++
be/src/olap/tablet_manager.cpp | 35 ------------
be/src/olap/tablet_manager.h | 2 -
be/src/runtime/exec_env.h | 6 ++-
be/src/runtime/exec_env_init.cpp | 11 ++--
be/src/service/doris_main.cpp | 15 +++++-
be/test/common/config_test.cpp | 1 +
be/test/olap/options_test.cpp | 72 +++++++++++++++++++++++++
be/test/olap/storage_engine_test.cpp | 89 +++++++++++++++++++++++++++++++
be/test/testutil/run_all_tests.cpp | 7 ++-
18 files changed, 274 insertions(+), 57 deletions(-)
create mode 100644 be/test/olap/storage_engine_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]