nizhikov commented on code in PR #11806:
URL: https://github.com/apache/ignite/pull/11806#discussion_r1914754416


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java:
##########
@@ -1999,7 +1998,7 @@ private void waitPartitionRelease(
         releaseLatch.countDown();
 
         // For compatibility with old version where joining nodes are not 
waiting for latch.
-        if (localJoinExchange() && 
!cctx.exchange().latch().canSkipJoiningNodes(initialVersion()))

Review Comment:
   Looks like this clause was always `false` (canSkipJoiningNodes always return 
`true`). 
   So in PR you can remove it completely



-- 
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]

Reply via email to