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 e60390d580 Adds validation that tablet does not have operation id and 
location at the same time (#3453)
     add 06c55fbea4 Create Gson singleton to use in place of new instances 
(#3516)
     add 0214c6f99f Add missing validation to UnreferencedTabletFile
     add e1320df709 fix low memory detector and test updates (#3508)
     add 838e6f477b Make instantiating Gson singletons easier (#3531)
     add 838cd3d450 Fix the compactor prefix format (#3535)
     add 05e4693ef6 Simplify isPropertySet and remove redundant code (#3530)
     add 260fde4370 Merge branch '2.1'
     add cdb1267888 Remove unused validate method in StoredTabletFile (#3540)
     add 12efe8adce Merge branch '2.1'
     new 9c50447bc0 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:
 .../core/clientImpl/bulk/BulkSerialize.java        |   3 +-
 .../apache/accumulo/core/lock/ServiceLockData.java |  10 +-
 .../accumulo/core/metadata/StoredTabletFile.java   |  12 --
 .../core/metadata/UnreferencedTabletFile.java      |   1 +
 .../schema/ExternalCompactionFinalState.java       |   9 +-
 .../schema/ExternalCompactionMetadata.java         |   9 +-
 .../core/metadata/schema/RootTabletMetadata.java   |   8 +-
 .../accumulo/core/metrics/MetricsProducer.java     |   2 +-
 .../spi/compaction/DefaultCompactionPlanner.java   |   5 +-
 .../spi/scan/ConfigurableScanServerSelector.java   |   5 +-
 .../util/{Encoding.java => LazySingletons.java}    |  29 ++--
 pom.xml                                            |   4 +
 .../accumulo/server/conf/TableConfiguration.java   |  14 --
 .../server/conf/ZooBasedConfiguration.java         |  10 +-
 .../accumulo/server/mem/LowMemoryDetector.java     |  79 ++++-----
 .../accumulo/server/metadata/RootGcCandidates.java |   8 +-
 .../accumulo/manager/tableOps/TraceRepo.java       |   6 +-
 .../util/logging/AccumuloMonitorAppender.java      |   6 +-
 .../accumulo/test/CountNameNodeOpsBulkIT.java      |   5 +-
 .../test/functional/MemoryFreeingIterator.java     |  30 ++--
 .../test/functional/MemoryStarvedMajCIT.java       |   8 +-
 .../test/functional/MemoryStarvedMinCIT.java       |   2 +-
 .../test/functional/MemoryStarvedScanIT.java       | 192 ++++++++++++++++-----
 23 files changed, 255 insertions(+), 202 deletions(-)
 copy core/src/main/java/org/apache/accumulo/core/util/{Encoding.java => 
LazySingletons.java} (60%)

Reply via email to