未验证 提交 b3028bae 编写于 作者: A AzAz 提交者: GitHub

Add log for error status (#2148)

Signed-off-by: NtalentAN <adam_an02@163.com>
上级 ac2c2521
......@@ -2285,6 +2285,9 @@ DBImpl::UpdateCollectionIndexRecursively(const std::string& collection_id, const
std::vector<meta::CollectionSchema> partition_array;
status = meta_ptr_->ShowPartitions(collection_id, partition_array);
if (!status.ok()) {
return status;
}
for (auto& schema : partition_array) {
status = UpdateCollectionIndexRecursively(schema.collection_id_, index);
if (!status.ok()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册