summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_split_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_split_cmd.cpp
parentbe5c6fa35478729bd55c1d18547af90953bfc659 (diff)
downloadmongo-1a1b3de8f56e363897077d5b4c3fec9482be285a.tar.gz
SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onStaleShardVersion()
Diffstat (limited to 'src/mongo/s/commands/cluster_split_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_split_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_split_cmd.cpp b/src/mongo/s/commands/cluster_split_cmd.cpp
index cb6caf17fbb..8528df8b77e 100644
--- a/src/mongo/s/commands/cluster_split_cmd.cpp
+++ b/src/mongo/s/commands/cluster_split_cmd.cpp
@@ -274,7 +274,7 @@ public:
// This invalidation is only necessary so that auto-split can begin to track statistics for
// the chunks produced after the split instead of the single original chunk.
- Grid::get(opCtx)->catalogCache()->onStaleConfigError(std::move(routingInfo));
+ Grid::get(opCtx)->catalogCache()->onStaleShardVersion(std::move(routingInfo));
return true;
}