mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for DeleteIndex in indexcoord (#13171)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/13198/head
parent
dd0ec0a64c
commit
a2a9f47575
|
@ -320,6 +320,7 @@ func (mt *metaTable) GetIndexFilePathInfo(indexBuildID UniqueID) (*indexpb.Index
|
|||
return ret, nil
|
||||
}
|
||||
|
||||
// DeleteIndex delete the index meta from meta table.
|
||||
func (mt *metaTable) DeleteIndex(indexBuildID UniqueID) {
|
||||
mt.lock.Lock()
|
||||
defer mt.lock.Unlock()
|
||||
|
|
Loading…
Reference in New Issue