mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for GetNodeTaskStats (#13342)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
5ba77d8f36
commit
259a728a4e
@ -514,6 +514,7 @@ func (mt *metaTable) LoadMetaFromETCD(indexBuildID int64, revision int64) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// GetNodeTaskStats get task stats of IndexNode.
|
||||
func (mt *metaTable) GetNodeTaskStats() map[UniqueID]int {
|
||||
mt.lock.RLock()
|
||||
defer mt.lock.RUnlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user