This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 27ff0dff14e branch-3.0: [chore](feut) add maven.test.failure.ignore 
#51134 (#53387)
     add 78117647e4d [Cherry-Pick](branch-3.0) Pick "[Fix](Clone) Fix 
compaction and mow failure when missing rowset (#52812)" (#53497)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/agent_server.cpp                      |   7 +-
 be/src/agent/task_worker_pool.cpp                  |  48 +++++++++
 be/src/agent/task_worker_pool.h                    |   2 +
 be/src/common/config.cpp                           |   4 +
 be/src/common/config.h                             |   4 +
 be/src/olap/cumulative_compaction.cpp              |  23 +++++
 be/src/olap/storage_engine.cpp                     | 110 ++++++++++++++++++++
 be/src/olap/storage_engine.h                       |   9 ++
 be/src/olap/task/engine_clone_task.cpp             |   2 +-
 be/src/olap/task/engine_publish_version_task.cpp   |  20 ++++
 be/src/util/blocking_priority_queue.hpp            |   1 +
 .../apache/doris/service/FrontendServiceImpl.java  |   2 +
 gensrc/thrift/Types.thrift                         |   2 +
 ...ion_clone_missing_rowset_fault_injection.groovy | 112 ++++++++++++++++++++
 ...> test_mow_publish_clone_missing_rowset.groovy} | 115 ++++++++++-----------
 15 files changed, 400 insertions(+), 61 deletions(-)
 create mode 100644 
regression-test/suites/fault_injection_p0/test_compaction_clone_missing_rowset_fault_injection.groovy
 copy 
regression-test/suites/fault_injection_p0/{cloud/test_cloud_compaction_global_lock.groovy
 => test_mow_publish_clone_missing_rowset.groovy} (50%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to