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


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/split/UpdateTablets.java:
##########
@@ -177,7 +177,8 @@ private void addNewTablets(long tid, Manager manager, 
TabletMetadata tabletMetad
           continue;
         }
 
-        var mutator = 
tabletsMutator.mutateTablet(newExtent).requireAbsentTablet();
+        var mutator =
+            tabletsMutator.mutateTablet(newExtent, 
newExtent.prevEndRow()).requireAbsentTablet();

Review Comment:
   Resolved this with the change in 8098890. SplitIT is passing again.



-- 
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

Reply via email to