Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com>
pull/1797/head
Tinkerrr 2020-03-28 19:27:21 +08:00 committed by GitHub
parent a7932b0365
commit 3cdba5b62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_;