mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Refine indexnode task scheduler comment (#14450)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
2faf35707e
commit
9977bea982
@ -125,7 +125,7 @@ func (queue *BaseTaskQueue) AddActiveTask(t task) {
|
||||
queue.activeTasks[tID] = t
|
||||
}
|
||||
|
||||
// PopActiveTask tasks out a task from activateTask and the task will be executed.
|
||||
// PopActiveTask pops a task from activateTask and the task will be executed.
|
||||
func (queue *BaseTaskQueue) PopActiveTask(tID UniqueID) task {
|
||||
queue.atLock.Lock()
|
||||
defer queue.atLock.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user