summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-04-02 21:54:30 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-04-03 11:49:44 -0400
commit1a1b3de8f56e363897077d5b4c3fec9482be285a (patch)
tree7e7d8082fcff1ccc608dc82c43b0048076c24a0c /src/mongo/s/commands/cluster_map_reduce_cmd.cpp
parentbe5c6fa35478729bd55c1d18547af90953bfc659 (diff)
downloadmongo-1a1b3de8f56e363897077d5b4c3fec9482be285a.tar.gz
SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onStaleShardVersion()
Diffstat (limited to 'src/mongo/s/commands/cluster_map_reduce_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_map_reduce_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_map_reduce_cmd.cpp b/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
index 55df16f58e1..0698dd23c69 100644
--- a/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
+++ b/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
@@ -571,7 +571,7 @@ public:
}
// Do the splitting round
- catalogCache->onStaleConfigError(std::move(outputRoutingInfo));
+ catalogCache->onStaleShardVersion(std::move(outputRoutingInfo));
outputRoutingInfo =
uassertStatusOK(catalogCache->getCollectionRoutingInfo(opCtx, outputCollNss));
uassert(34359,