1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2016-09-30 14:15:16 +02:00
commit 18a4d423d2
1 changed files with 3 additions and 0 deletions

View File

@ -661,9 +661,12 @@ LogicalCollection* CreateCollectionCoordinator(LogicalCollection* parameters) {
}
} catch (...) {
}
parameters->distributeShardsLike(otherCidString);
}
}
// If the list dbServers is still empty, it will be filled in
// distributeShards below.