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


##########
server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionEnvironment.java:
##########
@@ -72,6 +72,14 @@ public interface GarbageCollectionEnvironment {
    */
   Stream<Reference> getReferences();
 
+  /**
+   * Return a list of TableIDs for which we are considering deletes. For the 
root table this would
+   * be the metadata table. For the metadata table, this would be the other 
tables in the system.

Review Comment:
   ```suggestion
      * Return a list of all TableIDs in the
      * {@link org.apache.accumulo.core.metadata.schema.Ample.DataLevel} for 
which we are considering
      * deletes. When operating on DataLevel.USER this will return all user 
table ids. When operating
      * on DataLevel.METADATA this will return the table id for the 
accumulo.metadata table. When
      * operating on DataLevel.ROOT this will return the table id for the 
accumulo.root table.
   ```



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