This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch cpp-high-level-client-2
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 77ca472d7 Merge branch 'master' into cpp-high-level-client-2
add f0bd70283 perf(message_bus): batch small replica frames per socket
read (#4224)
new 66139189c Merge branch 'master' into cpp-high-level-client-2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/configs/src/server_config/defaults.rs | 1 +
core/configs/src/server_config/displays.rs | 8 +-
core/configs/src/server_config/message_bus.rs | 131 ++++++++-
core/integration/tests/cluster/mod.rs | 1 +
.../tests/cluster/replica_read_batching.rs | 150 +++++++++++
core/message_bus/src/config.rs | 8 +
core/message_bus/src/framing.rs | 95 ++++++-
core/message_bus/src/installer/replica.rs | 12 +-
core/message_bus/src/lib.rs | 83 ++++++
core/message_bus/src/transports/tcp.rs | 296 ++++++++++++++++++++-
core/server/config.toml | 19 ++
core/shard/src/lib.rs | 2 +
core/shard/src/metrics.rs | 27 ++
13 files changed, 809 insertions(+), 24 deletions(-)
create mode 100644 core/integration/tests/cluster/replica_read_batching.rs