mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for definitionLoop (#14637)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14639/head
parent
700546708c
commit
4fe0e5e457
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue