From 098e1375fb48df097728b8c8d32ab18abdf9f85e Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Thu, 16 Dec 2021 09:59:12 +0800 Subject: [PATCH] [skip ci] Refine datacoord compaction trigger comment (#13491) Signed-off-by: Edward Zeng --- internal/datacoord/compaction_trigger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/compaction_trigger.go b/internal/datacoord/compaction_trigger.go index 3a18e1bcf9..b05dc2a216 100644 --- a/internal/datacoord/compaction_trigger.go +++ b/internal/datacoord/compaction_trigger.go @@ -107,7 +107,7 @@ func (t *compactionTrigger) startGlobalCompactionLoop() { defer logutil.LogPanic() defer t.wg.Done() - // If AutoCompaction diabled, global loop will not start + // If AutoCompaction disabled, global loop will not start if !Params.EnableAutoCompaction { return }