1
0
Fork 0

clear shardToName

This commit is contained in:
hkernbach 2019-12-02 15:09:33 +01:00
parent a1aa5bb6f0
commit 1e7047ecb6
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ void ClusterInfo::cleanup() {
theInstance->_plannedViews.clear();
theInstance->_plannedCollections.clear();
theInstance->_shards.clear();
theInstance->_shardToName.clear();
theInstance->_shardIds.clear();
theInstance->_currentCollections.clear();
}