mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 01:12:25 +08:00
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: 1d1f3a598de27ffb58191394c4bce201a75e2034
This commit is contained in:
commit
6172258eed
@ -148,7 +148,9 @@ Status GetTableFilePath(const DBMetaOptions& options, meta::TableFileSchema& tab
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user