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

[accumulo] branch main updated (bbdfa49291 -> ff58343c21)

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

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


    from bbdfa49291 Removed API method from InstanceOperations that exposed Thrift object (#2985)
     add ff58343c21 Drop ReadOnlyStore (#2976)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/accumulo/fate/ReadOnlyStore.java    | 124 ---------------------
 .../apache/accumulo/fate/ReadOnlyStoreTest.java    |  76 -------------
 .../org/apache/accumulo/server/util/Admin.java     |  12 +-
 .../manager/upgrade/UpgradeCoordinator.java        |   6 +-
 4 files changed, 6 insertions(+), 212 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/accumulo/fate/ReadOnlyStore.java
 delete mode 100644 core/src/test/java/org/apache/accumulo/fate/ReadOnlyStoreTest.java