Fix bug in getStorageWorkers
This commit is contained in:
parent
3fcaf4dda3
commit
e3acbd1388
|
@ -312,8 +312,9 @@ getStorageWorkers(Database cx, Reference<AsyncVar<ServerDBInfo> const> dbInfo, b
|
|||
.detail("Reason", "Could not find worker for storage server")
|
||||
.detail("SS", server.id());
|
||||
++failures;
|
||||
} else {
|
||||
workerInterfaces.push_back(itr->second);
|
||||
}
|
||||
workerInterfaces.push_back(itr->second);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue