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

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


    omit fe56a3001 build(deps): bump google.golang.org/protobuf in /go-client
     add 75212068c fix(go-client): add new error codes to distinguish between 
timeout and session reset (#2286)
     add bdabe0ace build(deps): bump twisted from 21.2.0 to 24.7.0 in 
/python-client (#2095)
     add 5eb1665e0 fix(cluster_balance_policy): clear partitions in migration 
info before outputting result into it (#2317)
     add 1ccdb85a8 refactor: optimize the style of `partition_ingestion()` in 
`bulk_load_service` (#2319)
     add 912145ea1 refactor: optimize the style of `init()` in `test_checker` 
(#2320)
     add e56cccb46 ci(github): fix workflow configuration issues to enable Go 
collector code style checks (#2321)
     add 68310cbcc refactor: extract and encapsulate the aggregation process of 
single-table statistics for reuse (#2318)
     add e4555f07c build(go-collector): bump go-client dependency in collector 
to latest version including `ListNodes` interface (#2322)
     add 689c584b4 build(deps): bump google.golang.org/protobuf 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   (fe56a3001)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go-client/google.golang.org/protobuf-1.33.0 
(689c584b4)

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:
 .github/workflows/lint_and_test_collector.yml  |   2 +-
 .github/workflows/test_python-client.yml       |   2 +
 collector/aggregate/aggregator.go              |   4 +-
 collector/aggregate/aggregator_test.go         |   8 +-
 collector/aggregate/perf_client.go             |  11 +-
 collector/aggregate/perf_session.go            |   2 +-
 collector/aggregate/table_stats.go             |   4 +-
 collector/avail/detector.go                    |  36 +++++--
 collector/config.yml                           |   4 +-
 collector/go.mod                               |  15 ++-
 collector/go.sum                               | 104 ++++---------------
 collector/main.go                              |   2 +-
 collector/usage/usage_recorder.go              |   3 +-
 go-client/idl/base/dsn_err_string.go           |   8 +-
 go-client/idl/base/error_code.go               |   2 +
 go-client/pegasus/table_connector.go           |   4 +-
 go-client/pegasus/table_connector_test.go      |   4 +-
 go-client/session/session.go                   |   2 +-
 go-client/session/session_test.go              |  32 ++++++
 python-client/requirement.txt                  |   2 +-
 python-client/setup.py                         |   2 +-
 src/client/replication_ddl_client.cpp          | 136 ++++---------------------
 src/client/replication_ddl_client.h            |  13 +--
 src/common/replication_common.cpp              | 123 +++++++++++++++++++++-
 src/common/replication_common.h                |  37 ++++++-
 src/meta/cluster_balance_policy.cpp            |   2 +
 src/meta/meta_bulk_load_service.cpp            |  23 +++--
 src/meta/meta_http_service.cpp                 | 104 +++----------------
 src/meta/test/cluster_balance_policy_test.cpp  |  40 +++++---
 src/replica/storage/simple_kv/test/checker.cpp |  26 +++--
 src/rpc/rpc_host_port.cpp                      |  10 ++
 src/rpc/rpc_host_port.h                        |   4 +
 src/shell/commands/node_management.cpp         |  49 +++++----
 src/shell/commands/table_management.cpp        |  27 +++--
 src/utils/output_utils.h                       |   7 ++
 35 files changed, 437 insertions(+), 417 deletions(-)


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

Reply via email to