[skip ci]Add comment for DeleteIndex in indexcoord (#13171)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/13198/head
cai.zhang 2021-12-10 21:09:00 +08:00 committed by GitHub
parent dd0ec0a64c
commit a2a9f47575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()