mirror of https://gitee.com/bigwinds/arangodb
clear shardToName
This commit is contained in:
parent
a1aa5bb6f0
commit
1e7047ecb6
|
@ -241,6 +241,7 @@ void ClusterInfo::cleanup() {
|
||||||
theInstance->_plannedViews.clear();
|
theInstance->_plannedViews.clear();
|
||||||
theInstance->_plannedCollections.clear();
|
theInstance->_plannedCollections.clear();
|
||||||
theInstance->_shards.clear();
|
theInstance->_shards.clear();
|
||||||
|
theInstance->_shardToName.clear();
|
||||||
theInstance->_shardIds.clear();
|
theInstance->_shardIds.clear();
|
||||||
theInstance->_currentCollections.clear();
|
theInstance->_currentCollections.clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue