tkalkirill commented on a change in pull request #8962:
URL: https://github.com/apache/ignite/pull/8962#discussion_r607722901
##########
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:
I do not want to leave a possible memory leak that can occur due to the
fact that we have passed the **init** stage but done with an error due to which
it will not be possible to start rebuilding the indexes.
--
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]