Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/90#discussion_r59489093
--- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java ---
@@ -293,6 +293,8 @@
"The maximum number of concurrent tablet migrations for a tablet
server"),
TSERV_MAJC_MAXCONCURRENT("tserver.compaction.major.concurrent.max", "3",
PropertyType.COUNT,
"The maximum number of concurrent major compactions for a tablet
server"),
+ TSERV_MAJC_THROUGHPUT("tserver.compaction.major.throughput", "0B",
PropertyType.MEMORY,
+ "Maximum number of bytes to read or write per second over all major
compactions, or 0 for unlimited."),
--- End diff --
".... in a TabletServer." Clarify that this is not global, but local to a
tserver.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---