From 1ab7b4368c38facac244a78a659d79448c8cd10d Mon Sep 17 00:00:00 2001 From: Kaveh Vahedipour Date: Fri, 30 Sep 2016 14:12:13 +0200 Subject: [PATCH] distributeShardsLike now stores CID --- arangod/V8Server/v8-vocindex.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arangod/V8Server/v8-vocindex.cpp b/arangod/V8Server/v8-vocindex.cpp index 0ec88b7bce..e6e4892ce2 100644 --- a/arangod/V8Server/v8-vocindex.cpp +++ b/arangod/V8Server/v8-vocindex.cpp @@ -666,9 +666,12 @@ LogicalCollection* CreateCollectionCoordinator(LogicalCollection* parameters) { } } catch (...) { } + parameters->distributeShardsLike(otherCidString); } } + + // If the list dbServers is still empty, it will be filled in // distributeShards below.