ctubbsii commented on code in PR #3049:
URL: https://github.com/apache/accumulo/pull/3049#discussion_r1005951371


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java:
##########
@@ -376,7 +376,8 @@ private List<TabletMetadata> 
findOverlappingTablets(KeyExtent loadRange,
       }
 
       if (cmp != 0) {
-        throw new IllegalStateException("Unexpected prev end row " + 
currTablet + " " + loadRange);
+        throw new IllegalStateException(
+            "Unexpected prev end row " + currTablet.getExtent() + " " + 
loadRange);

Review Comment:
   Nevermind, it looks like it would throw on line 374 if that were the case.



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