This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from c22cd0ce24 Merge branch '2.1' add a0cbc7523c Adds support for getting batches of names (#5522) No new revisions were added by this update. Summary of changes: .../server/tablets/UniqueNameAllocator.java | 68 ++++++++++- .../server/tablets/UniqueNameAllocatorTest.java | 100 ++++++++++++++++ .../manager/tableOps/bulkVer2/PrepBulkImport.java | 4 +- .../manager/tableOps/create/ChooseDir.java | 4 +- .../tableOps/tableImport/CreateImportDir.java | 4 +- .../tableOps/tableImport/MapImportFileNames.java | 4 +- .../tableOps/tableImport/ImportTableTest.java | 3 +- .../accumulo/test/UniqueNameAllocatorIT.java | 126 +++++++++++++++++++++ 8 files changed, 302 insertions(+), 11 deletions(-) create mode 100644 server/base/src/test/java/org/apache/accumulo/server/tablets/UniqueNameAllocatorTest.java create mode 100644 test/src/main/java/org/apache/accumulo/test/UniqueNameAllocatorIT.java