keith-turner commented on a change in pull request #2096:
URL: https://github.com/apache/accumulo/pull/2096#discussion_r635582041
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableImpl.java
##########
@@ -95,6 +117,8 @@
private Supplier<Set<CompactionServiceId>> servicesInUse;
+ private Set<CompactionServiceId> servicesUsed = new
ConcurrentSkipListSet<>();
+
// status of special compactions
private enum SpecialStatus {
NEW, SELECTING, SELECTED, NOT_ACTIVE, CANCELED
Review comment:
I like your suggestion, renamed in e81e790
--
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]