-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22950/
-----------------------------------------------------------
Review request for accumulo and Bill Slacum.
Bugs: ACCUMULO-2849
https://issues.apache.org/jira/browse/ACCUMULO-2849
Repository: accumulo
Description
-------
This commit adds one new option each to the Scan and Write components of the
memory stress test. The --scan-batch-size option for Scan configures the batch
size of the scanner it uses, while the --write-delay option for Write allows
for a delay between each mutation added to its batch writer. The reader.sh and
writer.sh scripts are updated for easy configuration of these new options.
Diffs
-----
test/src/main/java/org/apache/accumulo/test/stress/random/Scan.java 00a1cec
test/src/main/java/org/apache/accumulo/test/stress/random/ScanOpts.java
22024d1
test/src/main/java/org/apache/accumulo/test/stress/random/Write.java 3df9808
test/src/main/java/org/apache/accumulo/test/stress/random/WriteOptions.java
85ff25b
test/system/stress/reader.sh 8f10fa2
test/system/stress/writer.sh 8265a68
Diff: https://reviews.apache.org/r/22950/diff/
Testing
-------
Ran memory stress tests multiple times with these new options under 1.6.0.
Thanks,
Bill Havanki