Fix typo in datacoord compaction trigger (#12636)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12645/head
edward.zeng 2021-12-02 19:09:37 +08:00 committed by GitHub
parent 7dd3668cdc
commit f8c826c597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ func (t *compactionTrigger) handleGlobalSignal(signal *compactionSignal) {
log.Debug("global merge compaction plans", zap.Int64("signalID", signal.id), zap.Int64s("plans", getPlanIDs(mergeCompactionPlans)))
}
log.Info("handle glonbal compaction cost", zap.Int64("millliseconds", time.Since(t1).Milliseconds()))
log.Info("handle global compaction cost", zap.Int64("millliseconds", time.Since(t1).Milliseconds()))
}
func (t *compactionTrigger) handleSignal(signal *compactionSignal) {