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


##########
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:
   I was thinking ahead here to running fate outside of the manager, in that 
situation accessing the entire compaction coordinator would not be possible.  
Would need to be some subset of it and this was all fate needed so I just made 
that single method available for now.



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