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

github-actions[bot] pushed a change to branch auto-pick-66519-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2ecf143d831 branch-4.1: [fix](balance) do not pick tablets whose data 
size is zero for BE balance #66499 (#66636)
     add 50856f29500 [fix](cloud) Track deleted instance recycle status (#66519)

No new revisions were added by this update.

Summary of changes:
 cloud/src/common/http_helper.cpp                 |  50 ++++-
 cloud/src/common/http_helper.h                   |   6 +
 cloud/src/meta-service/meta_service.h            |   3 +
 cloud/src/meta-service/meta_service_resource.cpp |  70 +++++++
 cloud/src/recycler/recycler.cpp                  | 234 +++++++++++++++++++----
 cloud/src/recycler/recycler.h                    |  13 ++
 cloud/src/recycler/recycler_service.cpp          |  80 ++++++++
 cloud/src/recycler/recycler_service.h            |   3 +
 cloud/src/recycler/recycler_snapshot.cpp         |   4 +
 cloud/test/meta_service_test.cpp                 |  17 ++
 cloud/test/recycle_versioned_keys_test.cpp       |   7 +
 cloud/test/recycler_operation_log_test.cpp       |   4 +-
 cloud/test/recycler_test.cpp                     | 206 +++++++++++++++++++-
 gensrc/proto/cloud.proto                         |  11 ++
 14 files changed, 665 insertions(+), 43 deletions(-)


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

Reply via email to