milleruntime commented on a change in pull request #2235:
URL: https://github.com/apache/accumulo/pull/2235#discussion_r722152197
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableImpl.java
##########
@@ -111,7 +111,7 @@
private Set<CompactionServiceId> servicesUsed = new
ConcurrentSkipListSet<>();
enum ChopSelectionStatus {
- SELECTING, SELECTED, NOT_ACTIVE
+ SELECTING, SELECTED, NOT_ACTIVE, MARKING
Review comment:
It would be nice to have a description of the different states. Or if
that isn't helpful, at least a description of the state to state transitions.
--
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]