dlmarion commented on code in PR #5334:
URL: https://github.com/apache/accumulo/pull/5334#discussion_r1956515692


##########
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:
   How so? `namespaceId` is resolved in FateServiceHandler, passed to 
CloneTable and set in CloneInfo there.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to