keith-turner commented on code in PR #5944:
URL: https://github.com/apache/accumulo/pull/5944#discussion_r2392835422


##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -571,6 +564,11 @@ public CompactionCoordinator getCompactionCoordinator() {
     return compactionCoordinator;
   }
 
+  @Override
+  public void recordCompletion(ExternalCompactionId ecid) {
+    getCompactionCoordinator().recordCompletion(ecid);
+  }

Review Comment:
   > VolumeManager, the Splitter, the ServiceLock
   
   Those things would likely be easily available in another process.   One 
thing I noticed is the manager has a few methods for things that it just gets 
from the server context.  Wanted to inline those, but there were already so 
many changes.



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