ivanzlenko commented on code in PR #7729:
URL: https://github.com/apache/ignite-3/pull/7729#discussion_r2903808628
##########
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:
Right now interfaces are meaningless in Ignite. Everywhere we are just
casting to implementation. Because architecture is shit.
--
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]