keith-turner commented on code in PR #5993:
URL: https://github.com/apache/accumulo/pull/5993#discussion_r2577911321
##########
core/src/main/java/org/apache/accumulo/core/logging/TabletLogger.java:
##########
@@ -140,8 +141,8 @@ private static Collection<String>
asMinimalString(Collection<CompactableFile> fi
cf -> CompactableFileImpl.toStoredTabletFile(cf).toMinimalString());
}
- public static void renamed(KeyExtent extent, TabletFile src, TabletFile
dest) {
- fileLog.debug("{} renamed {} to {}", extent, src.getFileName(),
dest.getFileName());
+ public static void renamed(TableId tableId, Path src, Path dest) {
Review Comment:
Could overload this method to take a table id or an extent.
--
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]