lowka commented on code in PR #4256:
URL: https://github.com/apache/ignite-3/pull/4256#discussion_r1732460783


##########
modules/catalog-compaction/src/main/java/org/apache/ignite/internal/catalog/compaction/CatalogCompactionRunner.java:
##########
@@ -299,7 +334,11 @@ private CompletableFuture<Void> 
startCompaction(LogicalTopologySnapshot topology
                             catalogCompactionFut,
                             propagateToReplicasFut
                     );
-                }, executor);
+                }, executor).whenComplete((r, t) -> {

Review Comment:
   That was a typo. Replaced with `startCompaction launched has failed`.



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