ddanielr commented on code in PR #5863:
URL: https://github.com/apache/accumulo/pull/5863#discussion_r2322811626


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
##########
@@ -1523,7 +1525,10 @@ public Optional<SplitComputations> 
getSplitComputations() {
         lastSplitComputation = new SoftReference<>(newComputation);
       } catch (IOException e) {
         lastSplitComputation.clear();
-        log.error("Failed to compute split information from files " + 
e.getMessage());
+        TabletId tabletId =
+            TabletId.of(this.extent.tableId(), this.extent.endRow(), 
this.extent.prevEndRow());
+        log.error("Failed to compute split information from files {} in tablet 
{}.", files,

Review Comment:
   I don't think so. findMidpoint also throws an IOException



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