提交 9793a831 编写于 作者: G groot

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


Former-commit-id: 7afb2b77b4c5f173d281d6f2c51fa9fbc9fe028f
上级 64f74161
......@@ -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.
先完成此消息的编辑!
想要评论请 注册