Phillippko commented on code in PR #7937:
URL: https://github.com/apache/ignite-3/pull/7937#discussion_r3050407684
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##########
@@ -194,6 +198,17 @@ class SegmentFileManager implements ManuallyCloseable {
);
}
+ @Override
+ public CompletableFuture<Void> startAsync(ComponentContext
componentContext) {
+ return CompletableFuture.runAsync(() -> {
Review Comment:
Reverted, using manuallycloseable
--
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]