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 7a54f64282 Fix onDemand javadoc and comments (#3268)
     add 1409bc0fdd Performs some minor cleanup of TabletLocator (#3271)
     add 7ad91eb32a adds missing since tags (#3275)
     add 9b7c7bd91a Merge remote-tracking branch 'upstream/2.1'
     add 8e22bf3e39 Optimize internal data structures in Authorizations (#3276)
     add aff0cf9ca4 Merge remote-tracking branch 'upstream/1.10' into 2.1
     add 9303d5c489 Merge remote-tracking branch 'upstream/2.1'
     add 1ea29605ee Clear ServerConfigurationFactory cache on ZK notifications 
(#3245)
     add b6b4859f71 Remove unused private method
     add b7a30e9da6 Merge branch '2.1'
     add 8b76290644 Remove unused private variable
     new 41a3053d53 Merge remote-tracking branch 'upstream/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:
 .../apache/accumulo/core/client/ScannerBase.java   |   1 +
 .../core/clientImpl/RootTabletLocator.java         |   6 +-
 .../core/clientImpl/SyncingTabletLocator.java      |  23 +--
 .../core/clientImpl/TableOperationsImpl.java       |  14 +-
 .../accumulo/core/clientImpl/TabletLocator.java    |  44 +++---
 .../core/clientImpl/TabletLocatorImpl.java         |  65 ++++----
 .../accumulo/core/clientImpl/ThriftScanner.java    |  59 +++----
 .../apache/accumulo/core/clientImpl/Writer.java    |  10 +-
 .../core/metadata/MetadataLocationObtainer.java    |  20 +--
 .../accumulo/core/security/Authorizations.java     |  52 +++++-
 .../core/clientImpl/TabletLocatorImplTest.java     |  18 +--
 .../hadoop/mapreduce/InputFormatBuilder.java       |   2 +
 .../accumulo/server/client/BulkImporter.java       |  14 +-
 .../server/conf/ServerConfigurationFactory.java    |  23 ++-
 .../accumulo/server/util/MetadataTableUtil.java    |   4 -
 .../accumulo/server/client/BulkImporterTest.java   |  19 +--
 .../accumulo/test/functional/BulkFailureIT.java    |   2 +-
 .../accumulo/test/manager/SuspendedTabletsIT.java  |   4 +-
 .../apache/accumulo/test/shell/ShellServerIT.java  | 175 ++++++++++++---------
 19 files changed, 306 insertions(+), 249 deletions(-)

Reply via email to