From 43d3e2d7897745fd6fd351f488830364da218802 Mon Sep 17 00:00:00 2001 From: Haley Connelly Date: Mon, 3 Aug 2020 16:57:39 +0000 Subject: SERVER-50057 Do not use StringDataSet in OperationShardingState --- src/mongo/db/s/operation_sharding_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/s/operation_sharding_state.h b/src/mongo/db/s/operation_sharding_state.h index 558202e6d4a..3a645419a79 100644 --- a/src/mongo/db/s/operation_sharding_state.h +++ b/src/mongo/db/s/operation_sharding_state.h @@ -191,7 +191,7 @@ private: StringMap _databaseVersions; // Stores shards that have undergone a version check. - StringDataSet _shardVersionsChecked; + StringSet _shardVersionsChecked; // This value will only be non-null if version check during the operation execution failed due // to stale version and there was a migration for that namespace, which was in critical section. -- cgit v1.2.1