mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci]Add comment for DeleteIndex in indexcoord (#13171)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
dd0ec0a64c
commit
a2a9f47575
@ -320,6 +320,7 @@ func (mt *metaTable) GetIndexFilePathInfo(indexBuildID UniqueID) (*indexpb.Index
|
|||||||
return ret, nil
|
return ret, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DeleteIndex delete the index meta from meta table.
|
||||||
func (mt *metaTable) DeleteIndex(indexBuildID UniqueID) {
|
func (mt *metaTable) DeleteIndex(indexBuildID UniqueID) {
|
||||||
mt.lock.Lock()
|
mt.lock.Lock()
|
||||||
defer mt.lock.Unlock()
|
defer mt.lock.Unlock()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user