mirror of https://gitee.com/bigwinds/arangodb
try to fix travis build
This commit is contained in:
parent
3e93980ae9
commit
ad4ba248a5
|
@ -2004,8 +2004,8 @@ void ClusterInfo::loadServers() {
|
|||
}
|
||||
|
||||
AgencyCommResult result = _agency.sendTransactionWithFailover(
|
||||
AgencyReadTransaction({AgencyCommManager::path(prefixServers),
|
||||
AgencyCommManager::path(mapUniqueToShortId)}));
|
||||
AgencyReadTransaction(std::vector<std::string>({AgencyCommManager::path(prefixServers),
|
||||
AgencyCommManager::path(mapUniqueToShortId)})));
|
||||
|
||||
|
||||
if (result.successful()) {
|
||||
|
|
Loading…
Reference in New Issue