提交 536a0e33 编写于 作者: N neza2017 提交者: yefu.chen

Fix meta table, dead lock

Signed-off-by: Nneza2017 <yefu.chen@zilliz.com>
上级 2fbdb309
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册