This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch single-node-props
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 292453bf49 Minor enhancements to ZK utilities
     add 6b6ba749b6 Moved AuditedSecurityOperation to ServerContext
     add f37d5e43ce More improvements to new SecurityOperation
     new c8505dfde1 Merge branch 'main' into single-node-props

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:
 .../org/apache/accumulo/server/ServerContext.java  | 11 +++++
 .../server/client/ClientServiceHandler.java        |  3 +-
 .../apache/accumulo/server/init/Initialize.java    |  4 +-
 .../server/security/AuditedSecurityOperation.java  |  8 ----
 .../server/security/SecurityOperation.java         | 54 +++++++++-------------
 .../accumulo/server/util/TServerUtilsTest.java     |  1 +
 .../coordinator/CompactionCoordinator.java         |  3 +-
 .../org/apache/accumulo/compactor/Compactor.java   |  3 +-
 .../java/org/apache/accumulo/manager/Manager.java  |  3 +-
 .../replication/ManagerReplicationCoordinator.java |  3 +-
 .../manager/tableOps/clone/ClonePermissions.java   |  7 ++-
 .../manager/tableOps/create/SetupPermissions.java  |  5 +-
 .../accumulo/manager/tableOps/delete/CleanUp.java  |  5 +-
 .../create/SetupNamespacePermissions.java          |  3 +-
 .../namespace/delete/NamespaceCleanUp.java         |  5 +-
 .../tableImport/ImportSetupPermissions.java        |  5 +-
 .../ManagerReplicationCoordinatorTest.java         |  3 ++
 .../accumulo/tserver/TabletClientHandler.java      |  3 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |  3 +-
 .../accumulo/tserver/ThriftScanClientHandler.java  |  3 +-
 20 files changed, 57 insertions(+), 78 deletions(-)

Reply via email to