ibessonov commented on code in PR #4372:
URL: https://github.com/apache/ignite-3/pull/4372#discussion_r1754700337
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/Compactor.java:
##########
@@ -280,9 +287,19 @@ void doCompaction() {
// Wait and check for errors.
CompletableFuture.allOf(futures).join();
- // TODO Expand the comment.
https://issues.apache.org/jira/browse/IGNITE-23056, handle an exception too.
Review Comment:
I checked, exception is already handled on a different level
--
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]