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 17b716a2af adds iterator for filtering on fate key type (#4590) add 5e48ff92fb Add new scan metrics to flaky list in MetricsIT (#4601) add 6ab3785726 Merge remote-tracking branch 'upstream/2.1' add ef213b520b replaces sorted map w/ list for key vals in tablet metadata (#4600) new 219d4f224e Merge branch 'main' into elasticity new d7264bc1d0 Merge branch 'elasticity' of github.com:apache/accumulo into elasticity The 2 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: .../apache/accumulo/core/metadata/schema/Ample.java | 4 ++-- .../core/metadata/schema/TabletMetadata.java | 20 +++++++++----------- .../core/metadata/schema/TabletMetadataBuilder.java | 5 +++-- .../core/metadata/schema/TabletMutatorBase.java | 11 +++++++---- .../core/metadata/schema/TabletMetadataTest.java | 11 +++++++---- .../accumulo/server/util/MetadataTableUtil.java | 8 ++++---- .../accumulo/server/SetEncodingIteratorTest.java | 13 +++++++++---- .../server/manager/state/TabletManagementTest.java | 15 ++++++++++++--- .../manager/tableOps/merge/DeleteTablets.java | 6 +++--- .../org/apache/accumulo/test/functional/SplitIT.java | 7 +++++-- .../org/apache/accumulo/test/metrics/MetricsIT.java | 4 +++- 11 files changed, 64 insertions(+), 40 deletions(-)