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 9438cc6201 adds early return for all sys tables in ClientTabletCacheImpl.requestTabletHosting (#5487) add 3912b36d0b Added `--json` flag to `ec-admin running` command (#5332) new 4154b30949 Merge branch '2.1' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/accumulo/server/util/ECAdmin.java | 181 +++++++++++++++++---- .../java/org/apache/accumulo/test/ECAdminIT.java | 156 ++++++++++++++++++ 2 files changed, 305 insertions(+), 32 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/ECAdminIT.java