提交 deadc6e6 编写于 作者: W wxyu

MS-577 Unittest Query randomly hung


Former-commit-id: 9cd7008c1b47edb7b4287a9102681631c9128169
上级 c20b73c5
......@@ -5,6 +5,7 @@ Please mark all change in change log and use the ticket from JIRA.
# Milvus 0.5.0 (TODO)
## Bug
- MS-577 - Unittest Query randomly hung
## Improvement
- MS-552 - Add and change the easylogging library
......
......@@ -32,8 +32,8 @@ JobMgr::JobMgr(ResourceMgrPtr res_mgr)
void
JobMgr::Start() {
if (not running_) {
worker_thread_ = std::thread(&JobMgr::worker_function, this);
running_ = true;
worker_thread_ = std::thread(&JobMgr::worker_function, this);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册