vldpyatkov commented on code in PR #2832:
URL: https://github.com/apache/ignite-3/pull/2832#discussion_r1395953179
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -590,7 +585,16 @@ public int pending() {
@Override
public void start() {
-
replicaService.messagingService().addMessageHandler(ReplicaMessageGroup.class,
this);
+ localNodeId = clusterService.topologyService().localMember().id();
+
clusterService.messagingService().addMessageHandler(ReplicaMessageGroup.class,
this);
Review Comment:
I don't think that it is not used. The method is used for handling replica
requests.
--
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]