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


##########
core/src/main/java/org/apache/accumulo/core/logging/TabletLogger.java:
##########
@@ -121,6 +121,10 @@ private static Collection<String> 
asFileNames(Collection<CompactableFile> files)
     return Collections2.transform(files, CompactableFile::getFileName);
   }
 
+  public static void renamed(KeyExtent extent, TabletFile src, TabletFile 
dest) {
+    fileLog.debug("{} renamed {} to {}", extent, src.getFileName(), 
dest.getFileName());

Review Comment:
   I added this as debug but it might be noisy enough to be dropped to trace.
   It's a pretty minimal message
   `2025-11-25T18:11:23,346 121 [tablet.files] DEBUG: 1<< renamed 
F0000001.rf_tmp to F0000001.rf` 



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