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 b9bf07e68f Fixed testRootTabletUpdate test method to re-host root tablet (#5441) add f02d6a880e Fix src and dest namespace handling in clone table operation (#5334) new 9426881c14 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: .../accumulo/manager/FateServiceHandler.java | 19 ++- .../accumulo/manager/tableOps/clone/CloneInfo.java | 74 ++++++++++-- .../manager/tableOps/clone/CloneMetadata.java | 11 +- .../manager/tableOps/clone/ClonePermissions.java | 8 +- .../manager/tableOps/clone/CloneTable.java | 30 ++--- .../manager/tableOps/clone/CloneZookeeper.java | 30 ++--- .../manager/tableOps/clone/FinishCloneTable.java | 28 +++-- .../accumulo/test/functional/CloneTestIT.java | 132 +++++++++++++++++++++ 8 files changed, 260 insertions(+), 72 deletions(-)