You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/26 16:59:54 UTC

[GitHub] [accumulo] ctubbsii commented on a diff in pull request #3049: fixes #3046 limiting ample to single table

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


##########
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:
   Can this throw NPE? Seems like `tabletIter.next()` could be null.



-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org