This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 56d49f15a0 improves fetching mulitple extents in ample (#3349)
add e776715d87 fixes #473 avoids scanning entire table metadata for bulk
import (#3336)
new afe5654613 Merge remote-tracking branch 'upstream/2.1'
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:
.../accumulo/core/metadata/schema/Ample.java | 4 ++-
.../accumulo/server/metadata/ServerAmpleImpl.java | 4 +--
.../manager/tableOps/bulkVer2/BulkInfo.java | 4 +++
.../tableOps/bulkVer2/CleanUpBulkImport.java | 16 +++++++++---
.../manager/tableOps/bulkVer2/PrepBulkImport.java | 30 +++++++++++++++++++---
.../tableOps/bulkVer2/PrepBulkImportTest.java | 12 ++++++++-
6 files changed, 58 insertions(+), 12 deletions(-)