This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 6a56f24146 Merge pull request #3250 from 
dlmarion/elasticity-on-demand-tables
     add be582a609e Updated Hadoop version from 3.3.4 to 3.3.5 (#3258)
     add ca4d43f6df Merge branch '2.1'
     add 0f27c32ac9 Set root location property for paths to contrib files 
(#3266)
     add 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
     add b3d7a61317 Merge branch '2.1'
     add 8c65e026be centralizes wrapping per file iterators based on metadata 
(#3259)
     new 293feb220e Merge branch 'main' into elasticity

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 ++++++++
 .../core/metadata/schema/DataFileValue.java        | 21 +++++
 pom.xml                                            | 15 ++--
 .../accumulo/server/compaction/FileCompactor.java  | 10 +--
 .../org/apache/accumulo/server/fs/FileManager.java | 10 +--
 .../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 ++--
 12 files changed, 159 insertions(+), 109 deletions(-)

Reply via email to