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 27b2113ab7 Merge branch '2.1'
     add 688e4ed68b Avoids reusing rfile objects when runtime exception happens 
(#3623)
     add 8e823f53c5 syncs ZK before reading root tablet metadata (#3601)
     add c679b04313 Avoid caching a snapshot of custom props (#3588)
     new 8456f0597b Merge remote-tracking branch 'upstream/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:
 .../core/metadata/schema/TabletsMetadata.java      |  6 ++-
 .../accumulo/core/util/ConfigurationImpl.java      | 24 +++++-------
 .../ConfigurationImplTest.java}                    | 34 ++++++++---------
 .../accumulo/server/ServiceEnvironmentImpl.java    | 13 +++++--
 .../server/ServiceEnvironmentImplTest.java         | 43 +++++++++++-----------
 .../apache/accumulo/tserver/tablet/Scanner.java    | 27 ++++++++------
 .../org/apache/accumulo/tserver/tablet/Tablet.java |  9 +++--
 .../apache/accumulo/tserver/tablet/TabletBase.java |  9 +++--
 8 files changed, 88 insertions(+), 77 deletions(-)
 copy 
core/src/test/java/org/apache/accumulo/core/{data/constraints/NoDeleteConstraintTest.java
 => util/ConfigurationImplTest.java} (55%)

Reply via email to