Github user ShawnWalker commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/121#discussion_r69309273
--- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java ---
@@ -543,6 +546,9 @@
TABLE_SAMPLER_OPTS("table.sampler.opt.", null, PropertyType.PREFIX,
"The property is used to set options for a sampler. If a sample had
two options like hasher and modulous, then the two properties "
+ "table.sampler.opt.hasher=${hash algorithm} and
table.sampler.opt.modulous=${mod} would be set."),
+ TABLE_SUSPEND_DURATION("table.suspend.duration", "0s",
PropertyType.TIMEDURATION,
+ "For tablets belonging to this table: When a tablet server dies,
allow the tablet server this duration to revive before reassigning its tablets"
+ + "to other tablet servers."),
--- End diff --
That is correct.
---
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.
---