ivanzlenko commented on code in PR #7729:
URL: https://github.com/apache/ignite-3/pull/7729#discussion_r2903661138
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageManagerImpl.java:
##########
@@ -1409,4 +1409,8 @@ CompletableFuture<Void> sendCompactionCommand(long
compactionRevision) {
public void markAsStopping() {
metaStorageSvcFut.thenAccept(MetaStorageServiceImpl::markAsStopping);
}
+
+ public Executor watchExecutor() {
Review Comment:
Everything in Ignite is implementation details. The way right now executor
is passed to the destination is bad and begs for a big refactoring. Please
expose this method in the interface until this refactoring is done.
--
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]