This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
from 5063a88 updates default config latest 4.0 changes (#285)
add 2e19341 limits tablets and offers bulk import as option for ingest
add 50ab83b consolidate getting table splits in the code
new bc5379c Merge pull request #287 from keith-turner/many-bulk
The 1 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 | 9 ++
.../org/apache/accumulo/testing/TestProps.java | 8 +
.../testing/continuous/BulkBatchWriter.java | 173 ++++++++++++++++++++
.../testing/continuous/ContinuousIngest.java | 175 +++++++++++++++++++--
.../accumulo/testing/continuous/ManySplits.java | 9 +-
5 files changed, 361 insertions(+), 13 deletions(-)
create mode 100644
src/main/java/org/apache/accumulo/testing/continuous/BulkBatchWriter.java