提交 f986af86 编写于 作者: S starlord

MS-266 Improve topk reduce time by using multi-threads


Former-commit-id: ec370a34b214c9105f06a9bdea8f34728ed5026a
上级 e51b7f16
......@@ -49,7 +49,6 @@ DataObjPtr CacheMgr::GetItem(const std::string& key) {
engine::Index_ptr CacheMgr::GetIndex(const std::string& key) {
DataObjPtr obj = GetItem(key);
if(obj != nullptr) {
SERVER_LOG_ERROR << "Can't get object from key: " << key;
return obj->data();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册