mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
This commit is contained in:
commit
18a4d423d2
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue