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

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


    from 5d3344d  Remove redundant information in tablets external compaction 
entry (#2136)
     add 4ea9bf1  Return table/namespace config as map in API (#2122)

No new revisions were added by this update.

Summary of changes:
 .../core/client/admin/NamespaceOperations.java     | 27 +++++++++++++--
 .../core/client/admin/NewTableConfiguration.java   |  2 +-
 .../core/client/admin/TableOperations.java         | 25 ++++++++++++--
 .../core/clientImpl/InstanceOperationsImpl.java    |  2 +-
 .../core/clientImpl/NamespaceOperationsHelper.java |  5 +--
 .../core/clientImpl/NamespaceOperationsImpl.java   |  8 ++---
 .../accumulo/core/clientImpl/OfflineIterator.java  |  2 +-
 .../core/clientImpl/TableOperationsHelper.java     |  9 ++---
 .../core/clientImpl/TableOperationsImpl.java       |  7 ++--
 .../accumulo/core/util/LocalityGroupUtil.java      |  2 +-
 .../java/org/apache/accumulo/core/util/Merge.java  |  2 +-
 .../core/clientImpl/TableOperationsHelperTest.java | 12 +++----
 .../org/apache/accumulo/server/util/Admin.java     | 12 +++----
 .../accumulo/server/util/ReplicationTableUtil.java |  6 ++--
 .../server/util/ReplicationTableUtilTest.java      |  2 +-
 .../rest/replication/ReplicationResource.java      | 15 ++++----
 .../main/java/org/apache/accumulo/shell/Shell.java | 10 +++---
 .../accumulo/shell/commands/ConfigCommand.java     | 21 +++++-------
 .../shell/commands/CreateNamespaceCommand.java     |  7 ++--
 .../shell/commands/CreateTableCommand.java         |  6 ++--
 .../commands/ShellPluginConfigurationCommand.java  | 23 ++++++-------
 .../org/apache/accumulo/test/NamespacesIT.java     | 10 +++---
 .../accumulo/test/NewTableConfigurationIT.java     |  9 ++---
 .../org/apache/accumulo/test/ShellServerIT.java    | 17 +++++----
 .../apache/accumulo/test/TableOperationsIT.java    |  4 +--
 .../accumulo/test/functional/CloneTestIT.java      |  5 +--
 .../accumulo/test/functional/DurabilityIT.java     |  4 +--
 .../accumulo/test/functional/PermissionsIT.java    | 40 +++++++++-------------
 .../test/replication/StatusCombinerMacIT.java      |  8 ++---
 29 files changed, 148 insertions(+), 154 deletions(-)

Reply via email to