zstan commented on a change in pull request #8962:
URL: https://github.com/apache/ignite/pull/8962#discussion_r607562775



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
##########
@@ -2548,6 +2552,9 @@ private String exchangeTimingsLogMessage(String header, 
List<String> timings) {
 
         final Throwable err0 = err;
 
+        if (err0 != null && cleanIdxRebuildFutures)

Review comment:
       this place is unclear for me, additional flag is always evel.




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


Reply via email to