ddanielr commented on code in PR #5466: URL: https://github.com/apache/accumulo/pull/5466#discussion_r2037900261
########## server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java: ########## @@ -495,7 +495,7 @@ static long loadFiles(Loader loader, BulkInfo bulkInfo, Path bulkDir, if (importTimingStats.callCount > 0) { log.debug( - "Bulk import stats for {} (tid = {}): processed {} tablets in {} calls which took {}ms ({} nanos). Skipped {} iterations which took {}ms ({} nanos) or {}% of the processing time.", + "Load files stats for {} (tid = {}): processed {} tablets in {} calls which took {}ms ({} nanos). Skipped {} iterations which took {}ms ({} nanos) or {}% of the processing time.", Review Comment: addressed in 5b0e66b -- 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