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 603452d8804 [test](inverted index) add an Inverted Index Testing 
Switch (#38077)
     add 05b05bdc1bc [feature](Recycler) Parallelize s3 delete operations and 
recycle_tablet  (#37630)

No new revisions were added by this update.

Summary of changes:
 cloud/src/common/config.h                 |   2 +
 cloud/src/recycler/azure_obj_client.cpp   |   6 +-
 cloud/src/recycler/azure_obj_client.h     |   5 +-
 cloud/src/recycler/obj_storage_client.cpp |  30 ++++-
 cloud/src/recycler/obj_storage_client.h   |  11 +-
 cloud/src/recycler/recycler.cpp           | 180 ++++++++++++++++++++++++------
 cloud/src/recycler/recycler.h             |  23 +++-
 cloud/src/recycler/recycler_service.cpp   |   9 +-
 cloud/src/recycler/s3_accessor.cpp        |  14 ++-
 cloud/src/recycler/s3_accessor.h          |   1 +
 cloud/src/recycler/s3_obj_client.cpp      |   6 +-
 cloud/src/recycler/s3_obj_client.h        |   5 +-
 cloud/src/recycler/sync_executor.h        | 125 +++++++++++++++++++++
 cloud/src/recycler/util.h                 |   1 +
 cloud/test/CMakeLists.txt                 |   8 +-
 cloud/test/recycler_test.cpp              |  55 +++++----
 cloud/test/util_test.cpp                  | 150 ++++++++++++++++++++++++-
 17 files changed, 545 insertions(+), 86 deletions(-)
 create mode 100644 cloud/src/recycler/sync_executor.h


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

Reply via email to