Log correct hydrant count (#11976)

This commit is contained in:
Agustin Gonzalez 2021-11-23 09:22:17 -07:00 committed by GitHub
parent 6607e4cc75
commit 311d9a2370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1148,9 +1148,9 @@ public class BatchAppenderator implements Appenderator
sm.setPersistedFileDir(persistDir);
log.info(
"About to persist in-memory data for segment[%s] spill[%s] to disk in [%,d] ms (%,d rows).",
"Persisted in-memory data for segment[%s] spill[%s] to disk in [%,d] ms (%,d rows).",
indexToPersist.getSegmentId(),
indexToPersist.getCount(),
sm.getNumHydrants(),
(System.nanoTime() - startTime) / 1000000,
numRows
);