mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
Fix meta table, dead lock
Signed-off-by: neza2017 <yefu.chen@zilliz.com>
This commit is contained in:
parent
2fbdb30907
commit
536a0e33d6
@ -898,7 +898,7 @@ func (mt *metaTable) GetIndexByName(collName string, fieldName string, indexName
|
||||
if !ok {
|
||||
return nil, fmt.Errorf("collection %s not found", collName)
|
||||
}
|
||||
fieldSchema, err := mt.GetFieldSchema(collName, fieldName)
|
||||
fieldSchema, err := mt.unlockGetFieldSchema(collName, fieldName)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user