mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
parent
a7932b0365
commit
3cdba5b62e
@ -211,7 +211,7 @@ class BaseRequest {
|
||||
TableNotExistMsg(const std::string& table_name);
|
||||
|
||||
protected:
|
||||
const std::shared_ptr<milvus::server::Context>& context_;
|
||||
const std::shared_ptr<milvus::server::Context> context_;
|
||||
|
||||
mutable std::mutex finish_mtx_;
|
||||
std::condition_variable finish_cond_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user