JAkutenshi commented on code in PR #4135:
URL: https://github.com/apache/ignite-3/pull/4135#discussion_r1706597477
##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceDistributedTest.java:
##########
@@ -897,7 +897,7 @@ private void
verifyThatRaftNodesAndReplicasWereStartedOnlyOnce() throws Exceptio
verify(getNode(i).raftManager,
timeout(AWAIT_TIMEOUT_MILLIS).times(1))
.startRaftGroupNode(any(), any(), any(), any(), any(),
notNull(TopologyAwareRaftGroupServiceFactory.class));
verify(getNode(i).replicaManager,
timeout(AWAIT_TIMEOUT_MILLIS).times(1))
- .startReplica(any(),
any(PendingComparableValuesTracker.class), any());
+ .startReplica(any(), any(), anyBoolean(), any(), any(),
any(), any(), any());
Review Comment:
Fair, but I have to notice that in the next PR there is only one
startReplica for non-zone replicas :>
--
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]