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

dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 28d152348d Breaks Fate into Fate and FateClient (#6142)
     add e883829da7 Support ClassLoader context in Grep, DeleteMany commands 
(#6148)
     add b38a2dbf65 Added ScanServer property for allowed tables (#6146)
     new 5266aa5aca Merge branch '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:
 .../org/apache/accumulo/core/conf/Property.java    |  16 ++
 .../org/apache/accumulo/tserver/ScanServer.java    | 152 +++++++++++--
 .../accumulo/tserver/ThriftScanClientHandler.java  |   2 +-
 .../apache/accumulo/tserver/ScanServerTest.java    |  72 +++++--
 .../accumulo/shell/commands/DeleteManyCommand.java |   9 +
 .../accumulo/shell/commands/GrepCommand.java       |   9 +
 .../accumulo/shell/commands/ScanCommand.java       |   2 +-
 .../accumulo/test/ScanServerAllowedTablesIT.java   | 236 +++++++++++++++++++++
 .../test/ScanServerGroupConfigurationIT.java       |   4 +-
 9 files changed, 466 insertions(+), 36 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/ScanServerAllowedTablesIT.java

Reply via email to