[skip e2e] Add comment for definitionLoop (#14637)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/14639/head
Jiquan Long 2021-12-30 20:45:21 +08:00 committed by GitHub
parent 700546708c
commit 4fe0e5e457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ func (sched *taskScheduler) processTask(t task, q taskQueue) {
}
}
// definitionLoop schedules the ddl tasks.
func (sched *taskScheduler) definitionLoop() {
defer sched.wg.Done()
for {