Skip to content

Commit

Permalink
fix issue 373 (#964)
Browse files Browse the repository at this point in the history
* fix issue 373

* Adjustment format

* Adjustment format

* Adjustment format

* change readme
  • Loading branch information
JackLCL authored and JinHai-CN committed Jan 9, 2020
1 parent c920ceb commit bdd9fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/server/DBWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit bdd9fc8

Please sign in to comment.