This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 53aa5f8657c [fix](inverted index) Clear inverted index cache from file
cache (#49685)
add 02b5625220e [Enhancement](Compaction) Add cumulative compaction delay
strategy (#48759)
No new revisions were added by this update.
Summary of changes:
be/src/cloud/cloud_compaction_action.cpp | 3 +-
be/src/cloud/cloud_cumulative_compaction.h | 3 +
be/src/cloud/cloud_storage_engine.cpp | 54 +-
be/src/cloud/cloud_storage_engine.h | 4 +-
be/src/common/config.cpp | 10 +
be/src/common/config.h | 10 +
be/src/http/action/compaction_action.cpp | 9 +
be/src/olap/compaction.cpp | 22 +
be/src/olap/compaction.h | 4 +
be/src/olap/olap_server.cpp | 56 ++
be/src/olap/storage_engine.cpp | 18 +
be/src/olap/storage_engine.h | 10 +-
be/src/util/threadpool.cpp | 5 +
be/test/olap/cumulative_compaction_test.cpp | 31 ++
.../pipeline/cloud_p0/conf/be_custom.conf | 1 +
.../pipeline/cloud_p1/conf/be_custom.conf | 1 +
regression-test/pipeline/p0/conf/be.conf | 1 +
regression-test/pipeline/p1/conf/be.conf | 1 +
...st_cumu_compaction_delay_fault_injection.groovy | 567 +++++++++++++++++++++
19 files changed, 801 insertions(+), 9 deletions(-)
create mode 100644
regression-test/suites/fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]