mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue