This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61089-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8d8718f19b7 pick refactor BE directory structure to 4.1 (#61595)
add 6a9c660c20a [opt](cloud) Enable compaction on new tablets during
schema change queuing (#61089)
No new revisions were added by this update.
Summary of changes:
be/src/agent/agent_server.cpp | 3 +-
be/src/agent/task_worker_pool.cpp | 50 +++++-
be/src/agent/task_worker_pool.h | 6 +-
be/src/cloud/cloud_cumulative_compaction.cpp | 16 ++
be/src/cloud/cloud_schema_change_job.cpp | 37 +++++
be/test/agent/task_worker_pool_test.cpp | 49 ++++++
.../test_sc_compaction_cross_v1_race.groovy | 136 ++++++++++++++++
.../test_sc_compaction_optimization.groovy | 159 +++++++++++++++++++
...est_sc_compaction_optimization_with_load.groovy | 174 +++++++++++++++++++++
9 files changed, 625 insertions(+), 5 deletions(-)
create mode 100644
regression-test/suites/cloud_p1/schema_change/compaction_optimization/test_sc_compaction_cross_v1_race.groovy
create mode 100644
regression-test/suites/cloud_p1/schema_change/compaction_optimization/test_sc_compaction_optimization.groovy
create mode 100644
regression-test/suites/cloud_p1/schema_change/compaction_optimization/test_sc_compaction_optimization_with_load.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]