This is an automated email from the ASF dual-hosted git repository.
vpyatkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 9221ebe6303 Bump io.dropwizard.metrics:metrics-core from 4.2.34 to
4.2.36 (#6525)
add 55ebe94dab0 IGNITE-25945 Acknowledge messages in batches (#6552)
No new revisions were added by this update.
Summary of changes:
.../network/netty/ItConnectionManagerTest.java | 28 ++++--
.../scalecube/ItScaleCubeNetworkMessagingTest.java | 106 ++++++++++++++++-----
.../internal/network/NettyBootstrapFactory.java | 10 ++
...tionSchema.java => AckConfigurationSchema.java} | 34 ++++---
.../configuration/NetworkConfigurationSchema.java | 4 +
.../internal/network/netty/ConnectionManager.java | 6 +-
.../network/netty/InboundRecoveryHandler.java | 67 ++++++++++++-
.../ignite/internal/network/netty/NettySender.java | 4 +-
.../internal/network/netty/PipelineUtils.java | 9 +-
.../recovery/RecoveryAcceptorHandshakeManager.java | 10 +-
.../RecoveryInitiatorHandshakeManager.java | 10 +-
.../network/DefaultMessagingServiceTest.java | 7 +-
.../network/netty/RecoveryHandshakeTest.java | 34 ++++++-
.../RecoveryAcceptorHandshakeManagerTest.java | 11 ++-
.../RecoveryInitiatorHandshakeManagerTest.java | 11 ++-
.../ConfigurationCompatibilityTest.java | 6 +-
.../configuration/ignite-snapshot.bin | Bin 5511 -> 5581 bytes
17 files changed, 279 insertions(+), 78 deletions(-)
copy
modules/network/src/main/java/org/apache/ignite/internal/network/configuration/{FileTransferConfigurationSchema.java
=> AckConfigurationSchema.java} (59%)