mirror of https://gitee.com/bigwinds/arangodb
typo
This commit is contained in:
parent
641700399b
commit
1109c7b54e
|
@ -2320,7 +2320,6 @@ ClusterMethods::persistCollectionInAgency(
|
|||
}
|
||||
col->distributeShardsLike(otherCidString);
|
||||
} else {
|
||||
LOG_TOPIC(WARN, Logger::CLUSTER) << "WTF? " << ignoreDistributeShardsLikeErrors;
|
||||
if (ignoreDistributeShardsLikeErrors) {
|
||||
col->distributeShardsLike(std::string());
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue