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 1497c3f372 Merge branch '2.1' add 247af741f4 add option to dump Zk ACls with zoo-info-viewer (#3118) new bd49cff1be 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/core/fate/zookeeper/ZooReader.java | 1 - .../accumulo/server/conf/util/ZooInfoViewer.java | 104 +++++++++++++ .../accumulo/server/zookeeper/ZooAclUtil.java | 165 +++++++++++++++++++++ .../accumulo/server/zookeeper/ZooAclUtilTest.java | 87 +++++++++++ 4 files changed, 356 insertions(+), 1 deletion(-) create mode 100644 server/base/src/main/java/org/apache/accumulo/server/zookeeper/ZooAclUtil.java create mode 100644 server/base/src/test/java/org/apache/accumulo/server/zookeeper/ZooAclUtilTest.java