未验证 提交 5d9248a1 编写于 作者: G groot 提交者: GitHub

avoid unnecessery waiting for build idnex (#3974)

Signed-off-by: Ngroot <yihua.mo@zilliz.com>
上级 ad6e88a3
......@@ -1045,6 +1045,9 @@ DBImpl::BackgroundBuildIndexTask(std::vector<std::string> collection_names, bool
if (!job->status().ok()) {
LOG_ENGINE_ERROR_ << job->status().message();
}
// notify index request to return
index_req_swn_.Notify();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册