rpuch commented on code in PR #7729:
URL: https://github.com/apache/ignite-3/pull/7729#discussion_r2904731425


##########
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:
   I introduced an 'internal' interface to be used by close peers of 
MetastorageServiceImpl and declared the method there



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