Mmuzaf commented on a change in pull request #9539:
URL: https://github.com/apache/ignite/pull/9539#discussion_r752632349
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
##########
@@ -3925,16 +3925,16 @@ private void finishExchangeOnCoordinator(@Nullable
Collection<ClusterNode> sndRe
if (discoveryCustomMessage instanceof DynamicCacheChangeBatch)
{
if (exchActions != null) {
- Set<String> caches =
exchActions.cachesToResetLostPartitions();
+ Set<String> caches =
exchActions.cachesToResetLostPartitions();
Review comment:
I don know why these changes are here, but there is no difference for
this file in `ignite-14744-b` and `master` branches.
--
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]