ddanielr commented on code in PR #4083:
URL: https://github.com/apache/accumulo/pull/4083#discussion_r1430839499


##########
core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java:
##########
@@ -57,85 +57,47 @@
  * compaction service you are configuring.
  *
  * <ul>
- * <li>{@code compaction.service.<service>.opts.executors} This is a json 
array of objects where
- * each object has the fields:
+ * <li>Note that the CompactionCoordinator and at least one Compactor for 
"Large" must be running.

Review Comment:
   `"Large"` is the compaction group that does not have a defined size.
   
   It's defined down at the bottom of the javadoc. I'll update the wording so 
it's a bit clearer.
   ```
     [    {"name":"small", "maxSize":"100M"},    {"name":"medium", 
"maxSize":"500M"},    {"name": "large"}   ]
   ```
   



-- 
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]

Reply via email to