DomGarguilo commented on a change in pull request #2096:
URL: https://github.com/apache/accumulo/pull/2096#discussion_r635326117
##########
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:
Looks like there are lots of occurrences of this typo actually.
propogate vs propagate. Not sure if this is the correct place to fix this or
not.
--
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]