ibessonov commented on code in PR #7191:
URL: https://github.com/apache/ignite-3/pull/7191#discussion_r2605557907
##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryInitiatorHandshakeManager.java:
##########
@@ -114,6 +116,12 @@ public class RecoveryInitiatorHandshakeManager implements
HandshakeManager {
/** Recovery descriptor. */
private RecoveryDescriptor recoveryDescriptor;
+ /** Cluster topology service. */
+ protected final TopologyService topologyService;
Review Comment:
Same reply as in the previous comment
--
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]