You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2023/06/21 13:29:53 UTC

[accumulo] branch elasticity updated (9bc5cafc81 -> 81d624e98d)

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

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


    from 9bc5cafc81 Start Compactors when starting MiniAccumuloCluster (#3484)
     add 3f491a4885 StoredTabletFile now lazy loads ReferencedTabletFile (#3502)
     add fbb54c371e makes util.Pair instance variables private
     add 85e1e25c89 Merge remote-tracking branch 'upstream/2.1'
     add 9edc2b7cd7 [maven-release-plugin] prepare release rel/2.1.1
     add 8096e0f5ea [maven-release-plugin] prepare for next development iteration
     add b759a14912 Merge branch '2.1.1-rc2-next' into 2.1
     add 982ee88ff3 Merge branch '2.1'
     add 81d624e98d Merge branch 'main' into elasticity

No new revisions were added by this update.

Summary of changes:
 .../apache/accumulo/core/metadata/AbstractTabletFile.java   |  1 -
 .../apache/accumulo/core/metadata/ReferencedTabletFile.java |  3 +++
 .../org/apache/accumulo/core/metadata/StoredTabletFile.java | 13 ++++++++-----
 .../accumulo/core/metadata/UnreferencedTabletFile.java      |  1 +
 .../java/org/apache/accumulo/core/util/ComparablePair.java  |  6 +++---
 core/src/main/java/org/apache/accumulo/core/util/Pair.java  |  4 ++--
 pom.xml                                                     |  2 +-
 7 files changed, 18 insertions(+), 12 deletions(-)