You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/09/21 13:38:18 UTC

[accumulo] branch main updated (c19694c7a1 -> 3e1225f0db)

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 c19694c7a1 Deprecate FateCommand (#2914)
     add 3e1225f0db Combine CleanZookeeper and DeleteZooInstance utilities (#2937)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/accumulo/server/util/Admin.java     | 17 +++-
 .../accumulo/server/util/CleanZookeeper.java       | 91 --------------------
 .../accumulo/server/util/DeleteZooInstance.java    | 97 +++++++++++++++++-----
 3 files changed, 91 insertions(+), 114 deletions(-)
 delete mode 100644 server/base/src/main/java/org/apache/accumulo/server/util/CleanZookeeper.java