DomGarguilo commented on a change in pull request #2289:
URL: https://github.com/apache/accumulo/pull/2289#discussion_r715616515
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableImpl.java
##########
@@ -495,7 +501,7 @@ private boolean reserveFiles(CompactionJob job,
Set<StoredTabletFile> jobFiles)
if (selectKind == job.getKind()) {
if (!selectedFiles.containsAll(jobFiles)) {
// TODO diff log level?
Review comment:
```suggestion
```
Does changing this to trace satisfy this "TODO"?
--
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]