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.33.0
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
discard d18d9a97e build(deps): bump golang.org/x/net from 0.17.0 to 0.33.0 in
/go-client
add 496d7a3c9 chore(gha): introduce RockyLinux as an action runner (#2179)
add c13247d14 fix(rockylinux): add the missing ccache package (#2180)
add 2432972b2 feat(meta): list tables with specified name pattern (#2172)
add 12f331f8a fix(meta): fix null pointer while clearing environment
variables after table was dropped (#2181)
add f5c322f01 refactor: specify data column family explicitly for RocksDB
wrapper (#2182)
add c950ffef2 chore: update actions download-artifact and up-artifact to
v4 (#2151)
add 22222303f fix(java-client): package `org.apache.pegasus.utils` does
not exist while building java client (#2187)
add 8f75b5293 feat(make_idempotent): support making `incr` request
idempotent in `pegasus_write_service::impl` (#2185)
add 89f43c33c refactor(java-client): optimize code for meta session to
eliminate potential problems (#2186)
add e72bb7700 fix(scripts): Fix the way the wait_manual_compact function
parses the output of the remote_command -t replica-server replica.query-compact
shell command (#2191)
add cd71c5b0a feat(make_idempotent): support making `incr` request
idempotent in `pegasus_write_service` (#2192)
add 6249c13ae feat(make_idempotent): support making `incr` request
idempotent in `pegasus_server_write` and `replication_app_base` (#2196)
add 88bd9a3db feat(admin-cli): update admin-cli import depository (#2174)
add cb9a1d33c feat(duplication): make the task code for incremental
loading from private logs configurable (#2184)
add df0eb5a55 feat(go-client): add DelRange API to go-client (#2199)
add d42d83939 fix(bulk_load): fix core dump while downloading sst files
(#2077)
add 933ac39de feat(make_idempotent): support making write requests
idempotent for primary replicas (#2198)
add 5ccb32213 feat(bulk_load): reduce partition ingest time (#2195)
add e561ed629 build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in
/go-client (#1980)
add 94129c54d build(deps): bump golang.org/x/net from 0.17.0 to 0.33.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 (d18d9a97e)
\
N -- N -- N
refs/heads/dependabot/go_modules/go-client/golang.org/x/net-0.33.0 (94129c54d)
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:
.clang-tidy | 2 +-
.github/actions/download_artifact/action.yaml | 2 +-
.github/actions/upload_artifact/action.yaml | 2 +-
.github/workflows/build-push-env-docker.yml | 6 +-
.github/workflows/lint_and_test_cpp.yaml | 8 +-
.github/workflows/regular-build.yml | 6 +-
.github/workflows/standardization_lint.yaml | 2 +-
.github/workflows/thirdparty-regular-push.yml | 14 +-
admin-cli/executor/client.go | 2 +-
admin-cli/executor/nodes_stat.go | 2 +-
admin-cli/executor/partition_stat.go | 2 +-
admin-cli/executor/table_stat.go | 2 +-
.../executor/toolkits/tablemigrator/migrator.go | 2 +-
admin-cli/go.mod | 11 +-
admin-cli/go.sum | 308 +---------------
admin-cli/util/pegasus_node.go | 2 +-
admin-cli/util/perf_counter.go | 2 +-
admin_tools/pegasus_manual_compact.sh | 6 +-
build_tools/clang_tidy.py | 2 +
docker/README.md | 6 +-
.../{centos7 => rockylinux9}/Dockerfile | 72 ++--
docker/thirdparties-bin/Dockerfile | 2 +-
docker/thirdparties-src/Dockerfile | 2 +-
go-client/Makefile | 1 +
go-client/pegasus/error.go | 2 +
go-client/pegasus/error_test.go | 3 +
go-client/pegasus/scanner.go | 6 +-
go-client/pegasus/table_connector.go | 104 ++++++
go-client/pegasus/table_connector_test.go | 87 +++++
idl/dsn.layer2.thrift | 4 +-
idl/duplication.thrift | 2 +-
idl/meta_admin.thrift | 14 +-
idl/rrdb.thrift | 15 +
java-client/pom.xml | 2 +
.../org/apache/pegasus/rpc/async/MetaSession.java | 131 ++++---
.../apache/pegasus/rpc/async/MetaSessionTest.java | 69 ++--
.../pegasus/rpc/async/ReplicaSessionTest.java | 4 +-
src/client/replication_ddl_client.cpp | 295 +++++----------
src/client/replication_ddl_client.h | 136 +++++--
src/client/test/ddl_client_test.cpp | 7 +-
src/common/bulk_load_common.cpp | 9 +-
src/common/bulk_load_common.h | 1 +
src/meta/duplication/meta_duplication_service.cpp | 20 +-
src/meta/meta_bulk_load_service.cpp | 18 +-
src/meta/meta_http_service.cpp | 72 ++--
src/meta/server_state.cpp | 220 +++++++++---
src/meta/test/server_state_test.cpp | 184 ++++++----
src/redis_protocol/proxy_ut/redis_proxy_test.cpp | 11 +-
src/replica/bulk_load/replica_bulk_loader.cpp | 56 +--
src/replica/bulk_load/replica_bulk_loader.h | 3 +-
src/replica/duplication/replica_duplicator.cpp | 24 +-
src/replica/mutation.cpp | 303 +++++++++++-----
src/replica/mutation.h | 193 ++++++++--
src/replica/replica.cpp | 23 +-
src/replica/replica.h | 135 ++++++-
src/replica/replica_2pc.cpp | 147 ++++++--
src/replica/replica_base.h | 12 +-
src/replica/replica_check.cpp | 2 +-
src/replica/replica_chkpt.cpp | 2 +-
src/replica/replica_config.cpp | 8 +-
src/replica/replica_context.h | 5 +-
src/replica/replication_app_base.cpp | 52 +--
src/replica/replication_app_base.h | 53 ++-
src/replica/split/replica_split_manager.cpp | 2 +-
src/replica/split/test/replica_split_test.cpp | 45 +--
src/replica/storage/simple_kv/simple_kv.server.h | 17 +-
src/replica/test/cold_backup_context_test.cpp | 1 -
src/replica/test/mock_utils.h | 6 +-
src/rpc/rpc_holder.h | 6 +-
src/rpc/rpc_message.cpp | 8 +-
src/rpc/rpc_message.h | 16 +-
src/rpc/rpc_stream.h | 24 +-
src/rpc/test/rpc_message_test.cpp | 4 +-
src/runtime/serverlet.h | 7 +-
src/server/hotspot_partition_calculator.h | 3 +-
src/server/info_collector.cpp | 5 +-
src/server/pegasus_mutation_duplicator.cpp | 2 +
src/server/pegasus_server_impl.cpp | 15 +-
src/server/pegasus_server_impl.h | 5 +-
src/server/pegasus_server_write.cpp | 197 +++++++---
src/server/pegasus_server_write.h | 35 +-
src/server/pegasus_write_service.cpp | 78 +++-
src/server/pegasus_write_service.h | 50 ++-
src/server/pegasus_write_service_impl.h | 178 ++++++++-
src/server/rocksdb_wrapper.cpp | 30 +-
src/server/rocksdb_wrapper.h | 1 +
src/server/test/hotkey_collector_test.cpp | 20 +-
src/server/test/pegasus_server_write_test.cpp | 4 +-
.../test/pegasus_write_service_impl_test.cpp | 396 +++++++++++++++++----
src/shell/command_helper.h | 28 +-
src/shell/command_utils.cpp | 1 +
src/shell/command_utils.h | 11 -
src/shell/commands/node_management.cpp | 53 ++-
src/shell/commands/rebalance.cpp | 22 +-
src/shell/commands/table_management.cpp | 100 +++---
src/shell/main.cpp | 13 +-
src/task/task_spec.cpp | 58 +--
src/tools/mutation_log_tool.cpp | 9 +-
src/utils/alloc.h | 6 +
src/utils/blob.h | 13 +-
src/utils/errors.h | 45 ++-
src/utils/metrics.h | 3 +
src/utils/output_utils.h | 16 +-
src/utils/strings.cpp | 20 +-
src/utils/strings.h | 13 +-
src/utils/test/utils.cpp | 3 +-
106 files changed, 2881 insertions(+), 1588 deletions(-)
copy docker/pegasus-build-env/{centos7 => rockylinux9}/Dockerfile (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]