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

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


    from ef4fba649cb [Fix](group commit) Fix multiple cluster group commit BE 
select  strategy (#38644)
     add 309f3b674ac [revert](cloud-merge) Support shadow tablet to do 
cumulative compaction in cloud mode (apache#37293)" (#38828)

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/cloud_base_compaction.cpp             |  38 +--
 be/src/cloud/cloud_cumulative_compaction.cpp       |  46 +---
 .../cloud/cloud_engine_calc_delete_bitmap_task.cpp |  18 +-
 be/src/cloud/cloud_meta_mgr.cpp                    |   5 +-
 be/src/cloud/cloud_schema_change_job.cpp           | 104 ++++----
 be/src/cloud/cloud_schema_change_job.h             |   3 +-
 be/src/cloud/cloud_storage_engine.cpp              |  14 +-
 be/src/cloud/cloud_tablet.cpp                      |  32 +--
 be/src/cloud/cloud_tablet.h                        |   4 -
 be/src/cloud/config.cpp                            |   2 -
 be/src/cloud/config.h                              |   1 -
 be/src/olap/base_tablet.cpp                        |   2 +-
 cloud/src/meta-service/meta_service_job.cpp        | 164 ++----------
 cloud/test/meta_service_job_test.cpp               | 264 ++-----------------
 .../org/apache/doris/alter/CloudRollupJobV2.java   |  14 --
 .../apache/doris/alter/CloudSchemaChangeJobV2.java |  36 +--
 .../java/org/apache/doris/alter/RollupJobV2.java   |   2 +-
 .../org/apache/doris/alter/SchemaChangeJobV2.java  |   8 +-
 .../cloud/datasource/CloudInternalCatalog.java     |  61 -----
 .../apache/doris/cloud/rpc/MetaServiceClient.java  |  11 -
 .../apache/doris/cloud/rpc/MetaServiceProxy.java   |  10 -
 .../java/org/apache/doris/master/MetaHelper.java   |   8 +-
 .../org/apache/doris/persist/meta/MetaWriter.java  |   4 +-
 gensrc/proto/cloud.proto                           |   4 -
 .../pipeline/cloud_p0/conf/be_custom.conf          |   1 -
 .../plugins/plugin_curl_requester.groovy           |   4 -
 .../test_schema_change_with_compaction1.groovy     | 257 -------------------
 .../test_schema_change_with_compaction10.groovy    | 263 -------------------
 .../test_schema_change_with_compaction11.groovy    | 280 ---------------------
 .../test_schema_change_with_compaction2.groovy     | 214 ----------------
 .../test_schema_change_with_compaction3.groovy     | 194 --------------
 .../test_schema_change_with_compaction4.groovy     | 194 --------------
 .../test_schema_change_with_compaction5.groovy     | 260 -------------------
 .../test_schema_change_with_compaction6.groovy     | 263 -------------------
 .../test_schema_change_with_compaction7.groovy     | 256 -------------------
 .../test_schema_change_with_compaction8.groovy     | 214 ----------------
 .../test_schema_change_with_compaction9.groovy     | 260 -------------------
 .../cloud_p0/schema_change/ddl/date_create.sql     |  24 --
 .../cloud_p0/schema_change/ddl/date_delete.sql     |   1 -
 .../cloud_p0/schema_change/ddl/date_load.sql       |   6 -
 .../schema_change/ddl/date_unique_create.sql       |  27 --
 41 files changed, 151 insertions(+), 3422 deletions(-)
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction1/test_schema_change_with_compaction1.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction2/test_schema_change_with_compaction2.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction3/test_schema_change_with_compaction3.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction4/test_schema_change_with_compaction4.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction7/test_schema_change_with_compaction7.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction8/test_schema_change_with_compaction8.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/ddl/date_create.sql
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/ddl/date_delete.sql
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/ddl/date_load.sql
 delete mode 100644 
regression-test/suites/cloud_p0/schema_change/ddl/date_unique_create.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to