ctubbsii commented on code in PR #5334: URL: https://github.com/apache/accumulo/pull/5334#discussion_r1985579465
########## server/manager/src/main/java/org/apache/accumulo/manager/tableOps/clone/CloneZookeeper.java: ########## @@ -37,20 +35,12 @@ class CloneZookeeper extends ManagerRepo { public CloneZookeeper(CloneInfo cloneInfo, ClientContext context) throws NamespaceNotFoundException { this.cloneInfo = cloneInfo; - this.cloneInfo.namespaceId = Namespaces.getNamespaceId(context, Review Comment: Seems like that will handle the case I was concerned about, but I was also just generally concerned about any slight change to CloneInfo that might break deserialization of the older version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org