This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from f4f330c8d7c IGNITE-26682 Sql. Incorrect configuration for planner
thread count and planner cache expiry (#6751)
add a8db1f13511 IGNITE-26685 Remove ack configuration from network
configuration (#6750)
No new revisions were added by this update.
Summary of changes:
.../internal/network/NettyBootstrapFactory.java | 10 ----------
.../configuration/NetworkConfigurationSchema.java | 4 ----
.../internal/network/netty/ConnectionManager.java | 6 ++----
.../network/netty/InboundRecoveryHandler.java | 8 +++-----
.../MessageAcknowledgement.java} | 22 +++++----------------
.../internal/network/netty/PipelineUtils.java | 7 ++-----
.../recovery/RecoveryAcceptorHandshakeManager.java | 10 ++--------
.../RecoveryInitiatorHandshakeManager.java | 10 ++--------
.../network/DefaultMessagingServiceTest.java | 7 +------
.../network/netty/RecoveryHandshakeTest.java | 11 ++---------
.../RecoveryAcceptorHandshakeManagerTest.java | 8 +-------
.../RecoveryInitiatorHandshakeManagerTest.java | 8 +-------
.../configuration/ignite-snapshot.bin | Bin 5603 -> 5524 bytes
13 files changed, 21 insertions(+), 90 deletions(-)
rename
modules/network/src/main/java/org/apache/ignite/internal/network/{configuration/AckConfigurationSchema.java
=> netty/MessageAcknowledgement.java} (62%)