keith-turner commented on a change in pull request #2096:
URL: https://github.com/apache/accumulo/pull/2096#discussion_r638380580
##########
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:
@DomGarguilo I ran
```bash
find . -name "*.java" | xargs sed -i '' -e 's/propogate/propagate/g'
```
and pushed the changes in d90f42178f76171e785372e0bf1a04359d24e816
--
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]