提交 47e05b06 编写于 作者: P peng.xu

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

add log for table file miss issue

See merge request megasearch/milvus!580

Former-commit-id: 0006f1ae79b081a2a9ef63bee73e9aa90df2abcd
...@@ -148,7 +148,9 @@ Status GetTableFilePath(const DBMetaOptions& options, meta::TableFileSchema& tab ...@@ -148,7 +148,9 @@ Status GetTableFilePath(const DBMetaOptions& options, meta::TableFileSchema& tab
} }
std::string msg = "Table file doesn't exist: " + file_path; std::string msg = "Table file doesn't exist: " + file_path;
ENGINE_LOG_ERROR << msg; ENGINE_LOG_ERROR << msg << " in path: " << options.path
<< " for table: " << table_file.table_id_;
return Status(DB_ERROR, msg); return Status(DB_ERROR, msg);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册