Skip to content

Commit c651f99

Browse files
committed
use debug instead of info for log level
1 parent 03de2e4 commit c651f99

File tree

1 file changed

+1
-1
lines changed
  • server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2

1 file changed

+1
-1
lines changed

server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ private long loadFiles(TableId tableId, Path bulkDir, LoadMappingIterator loadMa
368368
log.trace("{}: Completed Finding Overlapping Tablets", fmtTid);
369369

370370
if (importTimingStats.callCount > 0) {
371-
log.info(
371+
log.debug(
372372
"Bulk import stats for {} (tid = {}): processed {} tablets in {} calls which took {}ms ({} nanos). Skipped {} iterations which took {}ms ({} nanos) or {}% of the processing time.",
373373
bulkInfo.sourceDir, FateTxId.formatTid(tid), importTimingStats.tabletCount,
374374
importTimingStats.callCount, totalProcessingTime.toMillis(),

0 commit comments

Comments
 (0)