dlmarion commented on code in PR #3869: URL: https://github.com/apache/accumulo/pull/3869#discussion_r1364524125
########## 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: I think this prevEndRow doesn't exist yet (it's set on line 187 below). SplitIT is failing, I think because of this. -- 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