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 639e83549f Merge branch '2.1'
     add 0f060b9cb0 Convert Bulk Import metadata actions to use Ample (#3255)
     add d925db128b fixes #3260 by making cached split info a softref (#3261)
     add 81a2581ead Merge remote-tracking branch 'upstream/1.10' into 2.1
     new b3d7a61317 Merge branch '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       | 30 ++++++++
 .../accumulo/server/metadata/ServerAmpleImpl.java  | 89 +++++++++++++++++-----
 .../accumulo/server/util/MetadataTableUtil.java    | 48 ------------
 .../manager/tableOps/bulkVer1/BulkImport.java      |  3 +-
 .../tableOps/bulkVer1/CleanUpBulkImport.java       | 11 ++-
 .../manager/tableOps/bulkVer2/BulkImportMove.java  |  4 +-
 .../tableOps/bulkVer2/CleanUpBulkImport.java       | 11 ++-
 .../org/apache/accumulo/tserver/tablet/Tablet.java | 16 ++--
 8 files changed, 120 insertions(+), 92 deletions(-)

Reply via email to