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 7967fdac52 Merge branch '2.1'
     add c6d47d032e Add tool to edit props in ZooKeeper with Accumulo offline 
(#3445)
     new 28627e67a1 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:
 .../accumulo/server/conf/util/ZooInfoViewer.java   | 100 +------
 .../accumulo/server/conf/util/ZooPropEditor.java   | 305 +++++++++++++++++++++
 .../accumulo/server/conf/util/ZooPropUtils.java    | 140 ++++++++++
 .../server/conf/util/ZooInfoViewerTest.java        |  25 --
 .../server/conf/util/ZooPropEditorTest.java        |  27 +-
 .../server/conf/util/ZooPropUtilsTest.java         |  68 +++++
 .../accumulo/test/conf/util/ZooPropEditorIT.java   | 138 ++++++++++
 .../apache/accumulo/test/start/KeywordStartIT.java |   2 +
 8 files changed, 669 insertions(+), 136 deletions(-)
 create mode 100644 
server/base/src/main/java/org/apache/accumulo/server/conf/util/ZooPropEditor.java
 create mode 100644 
server/base/src/main/java/org/apache/accumulo/server/conf/util/ZooPropUtils.java
 copy core/src/test/java/org/apache/accumulo/core/data/ByteSequenceTest.java => 
server/base/src/test/java/org/apache/accumulo/server/conf/util/ZooPropEditorTest.java
 (61%)
 create mode 100644 
server/base/src/test/java/org/apache/accumulo/server/conf/util/ZooPropUtilsTest.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/conf/util/ZooPropEditorIT.java

Reply via email to