DomGarguilo commented on a change in pull request #2096:
URL: https://github.com/apache/accumulo/pull/2096#discussion_r635323610



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableUtils.java
##########
@@ -534,10 +540,10 @@ public static AccumuloConfiguration 
getCompactionConfig(CompactionKind kind, Tab
   }
 
   static StoredTabletFile compact(Tablet tablet, CompactionJob job, 
Set<StoredTabletFile> jobFiles,
-      Long compactionId, boolean propogateDeletes, 
CompactableImpl.CompactionHelper helper,
-      List<IteratorSetting> iters, CompactionCheck compactionCheck, 
RateLimiter readLimiter,
-      RateLimiter writeLimiter, CompactionStats stats)
-      throws IOException, CompactionCanceledException {
+      Long compactionId, Set<StoredTabletFile> selectedFiles, boolean 
propogateDeletes,

Review comment:
       ```suggestion
         Long compactionId, Set<StoredTabletFile> selectedFiles, boolean 
propagateDeletes,
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to