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 d8cb61a73f Merge remote-tracking branch 'upstream/main' into elasticity
     add 3aaa3dee75 Update logging to give information without overwhelming 
logs (#4689)
     add cd27402d50 Reduce calls to ZooCache to get table information when we 
already have it (#4685)
     add d40e89d301 Merge branch '2.1'
     new df6097424a 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:
 .../spi/balancer/HostRegexTableLoadBalancer.java   |  3 +-
 .../accumulo/core/util/tables/TableZooHelper.java  | 17 +++++++++
 .../server/client/ClientServiceHandler.java        |  5 ++-
 .../server/security/AuditedSecurityOperation.java  |  7 ++--
 .../server/security/SecurityOperation.java         |  5 +--
 .../apache/accumulo/manager/tableOps/Utils.java    | 32 +++++++++++++----
 .../manager/tableOps/clone/ClonePermissions.java   |  4 +--
 .../manager/tableOps/clone/CloneZookeeper.java     |  4 +--
 .../manager/tableOps/create/PopulateZookeeper.java |  2 +-
 .../manager/tableOps/create/SetupPermissions.java  |  3 +-
 .../manager/tableOps/rename/RenameTable.java       |  2 +-
 .../tableImport/ImportPopulateZookeeper.java       |  2 +-
 .../tableImport/ImportSetupPermissions.java        |  2 +-
 .../{ComprehensiveIT.java => CreateTableIT.java}   | 40 +++++++++++++++++-----
 14 files changed, 96 insertions(+), 32 deletions(-)
 copy test/src/main/java/org/apache/accumulo/test/{ComprehensiveIT.java => 
CreateTableIT.java} (58%)

Reply via email to