vldpyatkov commented on code in PR #6370:
URL: https://github.com/apache/ignite-3/pull/6370#discussion_r2262571759
##########
modules/network/src/test/java/org/apache/ignite/internal/network/netty/RecoveryHandshakeTest.java:
##########
@@ -801,7 +815,19 @@ private RecoveryAcceptorHandshakeManager
createRecoveryAcceptorHandshakeManager(
new ClusterNodeImpl(launchId, consistentId, new
NetworkAddress(ACCEPTOR_HOST, PORT)),
MESSAGE_FACTORY,
provider,
- () -> List.of(acceptorSideChannel.eventLoop()),
+ new HandshakeEventLoopSwitcher(List.of()) {
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]