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

github-bot pushed a change to branch 
dependabot/go_modules/go-client/golang.org/x/net-0.23.0
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


 discard cc6469307 build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in 
/go-client
     add a684b43d9 refactor(FQDN): Add some convenient macros and update 
idl/dsn.layer2.thrift related code (#1977)
     add cd1682d5e refactor(FQDN): Add some convenient macros and update 
idl/duplication.thrift related code (#1983)
     add 6d375e72c refactor(FQDN): Add some convenient macros and update 
idl/meta_admin.thrift related code (#1984)
     add 0e78b6cf0 refactor(FQDN): Update idl/metadata.thrift related code 
(#1986)
     add 31dce70d6 refactor(FQDN): Update idl/partition_split.thrift related 
code (#1987)
     add 29396983d refactor(FQDN): Update idl/replica_admin.thrift related code 
(#1988)
     add 9ad827786 refactor(FQDN): Update src/common/consensus.thrift related 
code (#1989)
     add ef32de4e9 refactor(FQDN): Update src/failure_detector/fd.thrift 
related code (#1990)
     add cb9a69740 refactor(FQDN): Update src/nfs/nfs.thrift related code 
(#1991)
     add aa3998b5f feat(duplication): allow remote replica count to be 
specified for duplication (#1993)
     add 371a5757c feat(plog): garbage collection is allowed to be 
enabled/disabled for plog (#1996)
     add c4d4a7e15 feat(encryption): add a new security configuration for 
encryption key  (#1999)
     add 10ac661d0 refactor(encryption): change the default value of 
encryption_method from AES128 to AES256 (#2005)
     add 0ee404ebf feat(duplication): add options to support cluster name only 
used for duplication and allow any other cluster id except myself to be ignored 
(#2000)
     add d7087b60f feat: Support to build server binaries separately (#2009)
     add a5498a92a feat: Add 2 options to limit thread count (#2011)
     add d00b25136 fix: Fix build failure on ARM architecture chips (#2013)
     add 84be4f93a fix(aarch64): Set the correct LD_LIBRARY_PATH for aarch64 
platforms (#2016)
     add caf5c50bc build(deps): bump google.golang.org/protobuf in /collector 
(#1948)
     add 0955bd473 build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in 
/go-client

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cc6469307)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go-client/golang.org/x/net-0.23.0 (0955bd473)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   3 +
 collector/go.mod                                   |   2 +-
 collector/go.sum                                   |   4 +-
 idl/duplication.thrift                             |  27 +-
 idl/meta_admin.thrift                              |   8 +-
 idl/replica_admin.thrift                           |  12 +-
 run.sh                                             |  21 +-
 src/base/test/CMakeLists.txt                       |  12 +-
 src/client/partition_resolver_simple.cpp           |   5 +-
 src/client/replication_ddl_client.cpp              |  25 +-
 src/client/replication_ddl_client.h                |   3 +-
 src/common/common.cpp                              |  23 +-
 src/common/common.h                                |  14 +-
 src/common/duplication_common.cpp                  |  49 +-
 src/common/duplication_common.h                    |  13 +-
 src/common/replication_common.cpp                  |   4 +-
 src/common/replication_other_types.h               |  12 +
 src/common/test/common_test.cpp                    |  17 +-
 src/common/test/duplication_common_test.cpp        |  44 +-
 src/failure_detector/failure_detector.cpp          |  47 +-
 .../failure_detector_multimaster.cpp               |  20 +-
 src/failure_detector/test/failure_detector.cpp     |  23 +-
 src/geo/test/CMakeLists.txt                        |   4 +
 src/meta/cluster_balance_policy.cpp                |   7 +-
 src/meta/duplication/duplication_info.cpp          |   9 +
 src/meta/duplication/duplication_info.h            |  18 +-
 src/meta/duplication/meta_duplication_service.cpp  |  90 ++--
 src/meta/duplication/meta_duplication_service.h    |   4 +-
 src/meta/load_balance_policy.cpp                   |  11 +-
 src/meta/meta_data.cpp                             |  27 +-
 src/meta/meta_server_failure_detector.cpp          |  61 +--
 src/meta/meta_service.cpp                          |   9 +-
 src/meta/meta_split_service.cpp                    |   4 +-
 src/meta/partition_guardian.cpp                    | 180 ++++----
 src/meta/server_load_balancer.cpp                  |  18 +-
 src/meta/server_state.cpp                          | 209 ++++-----
 src/meta/test/backup_test.cpp                      |   8 +-
 .../test/balancer_simulator/balancer_simulator.cpp |   4 +-
 src/meta/test/balancer_validator.cpp               |  65 +--
 src/meta/test/cluster_balance_policy_test.cpp      |  10 +-
 src/meta/test/duplication_info_test.cpp            |  39 +-
 src/meta/test/ford_fulkerson_test.cpp              |  10 +-
 src/meta/test/meta_bulk_load_ingestion_test.cpp    |   6 +-
 src/meta/test/meta_bulk_load_service_test.cpp      |  37 +-
 src/meta/test/meta_data.cpp                        |  27 +-
 src/meta/test/meta_duplication_service_test.cpp    | 160 +++++--
 src/meta/test/meta_partition_guardian_test.cpp     | 131 +++---
 src/meta/test/meta_split_service_test.cpp          |   7 +-
 src/meta/test/misc/misc.cpp                        | 113 ++---
 src/meta/test/state_sync_test.cpp                  |  20 +-
 src/meta/test/update_configuration_test.cpp        |  61 +--
 src/nfs/nfs_client_impl.cpp                        |  59 ++-
 src/redis_protocol/proxy/CMakeLists.txt            |  20 +-
 src/redis_protocol/proxy_ut/CMakeLists.txt         |  22 +-
 src/replica/bulk_load/replica_bulk_loader.cpp      |  22 +-
 .../bulk_load/test/replica_bulk_loader_test.cpp    |  17 +-
 src/replica/duplication/duplication_sync_timer.cpp |   4 +-
 src/replica/duplication/replica_follower.cpp       |   5 +-
 src/replica/duplication/replica_follower.h         |   6 +-
 .../test/duplication_sync_timer_test.cpp           |   5 +-
 .../duplication/test/replica_follower_test.cpp     |  16 +-
 src/replica/replica.cpp                            |   2 +
 src/replica/replica.h                              |  14 +-
 src/replica/replica_check.cpp                      |  18 +-
 src/replica/replica_chkpt.cpp                      | 131 +++---
 src/replica/replica_config.cpp                     | 147 +++---
 src/replica/replica_context.cpp                    |   3 +-
 src/replica/replica_failover.cpp                   |   6 +-
 src/replica/replica_learn.cpp                      | 499 +++++++++------------
 src/replica/replica_stub.cpp                       |  80 ++--
 src/replica/split/replica_split_manager.cpp        | 120 +++--
 src/replica/split/test/replica_split_test.cpp      |  31 +-
 src/replica/storage/simple_kv/test/checker.cpp     |  28 +-
 src/replica/storage/simple_kv/test/client.cpp      |   6 +-
 src/replica/test/open_replica_test.cpp             |   6 +-
 src/runtime/rpc/rpc_host_port.cpp                  |   9 -
 src/runtime/rpc/rpc_host_port.h                    | 195 +++++++-
 src/runtime/test/host_port_test.cpp                | 195 ++++++++
 src/sample/CMakeLists.txt                          |   7 +-
 src/security/access_controller.cpp                 |   5 +
 src/server/CMakeLists.txt                          |  88 +++-
 src/{sample => server/collector}/CMakeLists.txt    |  16 +-
 src/{test/bench_test => server/collector}/main.cpp |  44 +-
 src/server/hotspot_partition_calculator.cpp        |   5 +-
 src/server/main.cpp                                |  87 +---
 src/{sample => server/meta_server}/CMakeLists.txt  |  16 +-
 .../bench_test => server/meta_server}/main.cpp     |  45 +-
 src/server/pegasus_mutation_duplicator.cpp         |  27 +-
 src/server/pegasus_server_impl_init.cpp            |  10 +
 src/server/pegasus_write_service.cpp               |   4 +-
 src/server/pegasus_write_service.h                 |  10 -
 src/server/pegasus_write_service_impl.h            |  10 -
 .../replica_server}/CMakeLists.txt                 |  16 +-
 src/server/replica_server/main.cpp                 |  56 +++
 src/server/rocksdb_wrapper.cpp                     |   4 +-
 src/server/server_utils.cpp                        |  81 ++++
 src/{common/common.h => server/server_utils.h}     |  26 +-
 .../test/pegasus_mutation_duplicator_test.cpp      |   7 +-
 src/shell/command_helper.h                         |  15 +-
 src/shell/commands/duplication.cpp                 |  30 +-
 src/shell/commands/local_partition_split.cpp       |   4 +-
 src/shell/commands/misc.cpp                        |   2 +-
 src/shell/commands/recovery.cpp                    |  12 +-
 src/shell/main.cpp                                 |   3 +-
 .../function_test/backup_restore/CMakeLists.txt    |   8 +-
 src/test/function_test/base_api/CMakeLists.txt     |  27 +-
 .../function_test/detect_hotspot/CMakeLists.txt    |   8 +-
 .../function_test/partition_split/CMakeLists.txt   |  27 +-
 src/test/function_test/recovery/CMakeLists.txt     |   8 +-
 src/test/function_test/restore/CMakeLists.txt      |   8 +-
 src/test/function_test/throttle/CMakeLists.txt     |  27 +-
 src/test/kill_test/CMakeLists.txt                  |  27 +-
 src/test/pressure_test/CMakeLists.txt              |  18 +-
 src/test_util/test_util.h                          |   2 +-
 src/utils/env.cpp                                  |   4 +-
 src/utils/fmt_logging.h                            |  24 +
 thirdparty/CMakeLists.txt                          |   6 +-
 117 files changed, 2473 insertions(+), 1754 deletions(-)
 copy src/{sample => server/collector}/CMakeLists.txt (75%)
 copy src/{test/bench_test => server/collector}/main.cpp (58%)
 copy src/{sample => server/meta_server}/CMakeLists.txt (74%)
 copy src/{test/bench_test => server/meta_server}/main.cpp (56%)
 copy src/{sample => server/replica_server}/CMakeLists.txt (74%)
 create mode 100644 src/server/replica_server/main.cpp
 create mode 100644 src/server/server_utils.cpp
 copy src/{common/common.h => server/server_utils.h} (70%)


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

Reply via email to