You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/11/19 22:57:37 UTC

[accumulo] branch main updated (f4dad97 -> a7a96b8)

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 f4dad97  Upgrade to Jline 2.14.6 (#1784)
     add a7a96b8  Fix #1764 Parallelize listcompactions in shell (#1783)

No new revisions were added by this update.

Summary of changes:
 .../shell/commands/ActiveCompactionHelper.java     | 120 ++++++++++++++++++
 .../shell/commands/ActiveCompactionIterator.java   | 137 ---------------------
 .../shell/commands/ListCompactionsCommand.java     |  13 +-
 3 files changed, 125 insertions(+), 145 deletions(-)
 create mode 100644 shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
 delete mode 100644 shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionIterator.java