This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
from e9e5e7a Add zipfian distribution option to continuous ingest (#276) new 2be7918 limits tablets and offers bulk import as option for ingest new 506b583 consolidate getting table splits in the code new 32d52f8 fixes sorting in bulk batch writer (#289) new b16cbe9 Documents bug in bulk batch writer and renames class to indicate its buggy (#288) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: conf/accumulo-testing.properties | 11 +- .../org/apache/accumulo/testing/TestProps.java | 8 + .../testing/continuous/ContinuousIngest.java | 194 +++++++++++++++++-- .../testing/continuous/FlakyBulkBatchWriter.java | 208 +++++++++++++++++++++ .../accumulo/testing/continuous/ManySplits.java | 9 +- 5 files changed, 407 insertions(+), 23 deletions(-) create mode 100644 src/main/java/org/apache/accumulo/testing/continuous/FlakyBulkBatchWriter.java