RodionSmolnikovGG commented on a change in pull request #9004:
URL: https://github.com/apache/ignite/pull/9004#discussion_r617287286
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
##########
@@ -536,22 +538,28 @@ else if (!rebalanceFut.isActual(supplyMsg.rebalanceId()))
log.debug("Received supply message [" +
demandRoutineInfo(nodeId, supplyMsg) + ']');
// Check whether there were error during supplying process.
+ Throwable msgExc = null;
+ final GridDhtPartitionTopology top = grp.topology();
Review comment:
done
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]