mirror of https://github.com/apache/druid.git
Log correct hydrant count (#11976)
This commit is contained in:
parent
6607e4cc75
commit
311d9a2370
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue