mirror of https://github.com/milvus-io/milvus.git
fix issue 373 (#964)
* fix issue 373 * Adjustment format * Adjustment format * Adjustment format * change readmepull/969/head
parent
c920ceb65b
commit
bdd9fc878b
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue