tkalkirill commented on code in PR #4801: URL: https://github.com/apache/ignite-3/pull/4801#discussion_r1863505305
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java: ########## @@ -394,7 +395,8 @@ private PartialNode startPartialNode( new VaultStaleIds(vault), clusterIdService, workerRegistry, - failureProcessor + failureProcessor, + defaultChannelTypeRegistry() Review Comment: I would leave it as is, since other arguments can be removed there, I suggest not doing it in this PR. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org