alievmirza commented on code in PR #2605:
URL: https://github.com/apache/ignite-3/pull/2605#discussion_r1339701625
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/RebalanceRaftGroupEventsListener.java:
##########
@@ -306,6 +307,8 @@ private void
doOnNewPeersConfigurationApplied(PeersAndLearners configuration) {
)
).get();
+ Set<Assignment> calculatedAssignments =
calculateAssignmentsFn.apply(tablePartitionId).get();
Review Comment:
We have already make get on `ms.getAll` in a few lines above, this
`calculateAssignmentsFn` make the same `ms.get` inside, could you please
describe in a bit details how this could bring a new deadlock?
--
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]