fix issue 373 (#964)

* fix issue 373

* Adjustment format

* Adjustment format

* Adjustment format

* change readme
pull/969/head
JackLCL 2020-01-09 15:34:25 +08:00 committed by Jin Hai
parent c920ceb65b
commit bdd9fc878b
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ DBWrapper::StartService() {
db_ = engine::DBFactory::Build(opt);
} catch (std::exception& ex) {
std::cerr << "Error: failed to open database: " << ex.what()
<< ". Possible reason: the meta system does not work." << std::endl;
<< ". Possible reason: Meta Tables schema is damaged "
<< "or created by in-compatible Milvus version." << std::endl;
kill(0, SIGUSR1);
}