Github user joshelser commented on the pull request:
https://github.com/apache/accumulo/pull/90#issuecomment-211419757
> I suppose the test would make sure a compaction doesn't run too fast?
Yeah, I was thinking about how best to test this. You can only reasonably
assert a lower-bound on compaction time (to avoid performance skew on certain
hosts). Maybe turning off compression for a table, writing a bunch of data and
then asserting that a compaction takes at least X time is easiest. You'll still
have to account for "compression" from the run-length encoding, but at least
that should be uniform across hosts.
---
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.
---