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

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


    from d9ed69bd8e9 [Feat](Instance) Cascade AK/SK to derived instances 
(#57379)
     add 95815828fc5 [feat](cloud) Add instance updates watcher (#57435)

No new revisions were added by this update.

Summary of changes:
 cloud/src/common/bvars.cpp                       |   2 +-
 cloud/src/common/bvars.h                         |   1 +
 cloud/src/common/config.h                        |   3 +
 cloud/src/meta-service/meta_server.cpp           | 188 +++++++++++++++++++
 cloud/src/meta-service/meta_server.h             |  51 +++++
 cloud/src/meta-service/meta_service_resource.cpp |  15 +-
 cloud/src/meta-store/keys.cpp                    |  35 ++++
 cloud/src/meta-store/keys.h                      |   6 +
 cloud/src/meta-store/txn_kv.cpp                  |   4 +
 cloud/src/recycler/recycler.cpp                  |   1 +
 cloud/src/recycler/snapshot_data_migrator.cpp    |   1 +
 cloud/src/resource-manager/resource_manager.cpp  |  18 +-
 cloud/test/keys_test.cpp                         |  22 ++-
 cloud/test/meta_server_test.cpp                  | 226 +++++++++++++++++++++++
 cloud/test/recycler_operation_log_test.cpp       |   4 +-
 15 files changed, 562 insertions(+), 15 deletions(-)


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

Reply via email to