mirror of https://gitee.com/bigwinds/arangodb
waitFor will report more paranoid
This commit is contained in:
parent
43f7078ded
commit
90c18e4914
|
@ -942,7 +942,7 @@ void Supervision::missingPrototype() {
|
|||
auto available = Job::availableServers(_snapshot);
|
||||
|
||||
// key: prototype, value: clone
|
||||
std::multimap<std::string, std::string> likeness;
|
||||
//std::multimap<std::string, std::string> likeness;
|
||||
|
||||
for (const auto& db_ : plannedDBs) { // Planned databases
|
||||
auto const& db = *(db_.second);
|
||||
|
|
Loading…
Reference in New Issue