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/07/27 20:07:19 UTC

[accumulo] branch main updated (87649d46bf -> 388d3ffe11)

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 87649d46bf Remove test for trace table (#2828)
     add 388d3ffe11 Create new methods in FastFormat for printing hex (#2826)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/accumulo/core/util/FastFormat.java  | 22 +++++++++++++
 .../java/org/apache/accumulo/fate/AdminUtil.java   |  5 +--
 .../main/java/org/apache/accumulo/fate/Fate.java   |  7 ++---
 .../java/org/apache/accumulo/fate/FateTxId.java    |  4 ++-
 .../java/org/apache/accumulo/fate/ZooStore.java    |  3 +-
 .../apache/accumulo/core/util/FastFormatTest.java  | 36 ++++++++++++++++++++++
 .../accumulo/manager/FateServiceHandler.java       |  3 +-
 .../apache/accumulo/manager/tableOps/Utils.java    | 16 +++++-----
 .../manager/tableOps/compact/CompactRange.java     |  5 +--
 .../accumulo/shell/commands/FateCommand.java       |  5 +--
 .../accumulo/test/fate/zookeeper/FateIT.java       | 13 ++++----
 11 files changed, 93 insertions(+), 26 deletions(-)