提交 b1a394ac 编写于 作者: J jinhai

MS-515 & MS-516 Fix index building gpu config issue


Former-commit-id: 50656bfaac7aba28682c4e5d2dbdec5b1c48244a
上级 c4058c38
...@@ -128,6 +128,7 @@ ErrorCode ServerConfig::ValidateConfig() const { ...@@ -128,6 +128,7 @@ ErrorCode ServerConfig::ValidateConfig() const {
} }
if(!resource_valid_flag) { if(!resource_valid_flag) {
std::cerr << "Building index GPU can't be found in resource config." << std::endl;
return SERVER_INVALID_ARGUMENT; return SERVER_INVALID_ARGUMENT;
} }
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "db/meta/MetaTypes.h" #include "db/meta/MetaTypes.h"
#include "Error.h" #include "Error.h"
#include "
namespace zilliz { namespace zilliz {
namespace milvus { namespace milvus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册