mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetNodeTaskStats (#13342)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/13353/head
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…
Reference in New Issue