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/03/09 19:32:18 UTC

[accumulo] branch main updated (6242c1d -> 9a33724)

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 6242c1d  Create static private final Comparator for HostAndPort (#2556)
     add 9a33724  Added mechanism to cancel FaTE operations from Shell with Manager up (#2467)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/clientImpl/ManagerClient.java    |   30 +
 .../apache/accumulo/core/logging/FateLogger.java   |    5 +
 .../java/org/apache/accumulo/fate/AgeOffStore.java |    5 +
 .../main/java/org/apache/accumulo/fate/Fate.java   |   70 +-
 .../main/java/org/apache/accumulo/fate/TStore.java |    9 +
 .../java/org/apache/accumulo/fate/ZooStore.java    |   18 +
 .../accumulo/core/manager/thrift/FateService.java  | 1333 ++++++++++++++++++++
 core/src/main/thrift/manager.thrift                |   10 +
 .../java/org/apache/accumulo/fate/TestStore.java   |   11 +
 .../accumulo/manager/FateServiceHandler.java       |   12 +
 .../accumulo/shell/commands/FateCommand.java       |   40 +-
 .../accumulo/test/fate/zookeeper/FateIT.java       |  206 ++-
 12 files changed, 1719 insertions(+), 30 deletions(-)